Message ID | 20221026194613.1008232-4-john.miller@atomicrules.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Maxime Coquelin |
Headers | show |
Series | [01/14] doc/guides/bbdevs: add ark baseband device documentation | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
diff --git a/drivers/common/meson.build b/drivers/common/meson.build index ea261dd70a..5514f4ba83 100644 --- a/drivers/common/meson.build +++ b/drivers/common/meson.build @@ -3,6 +3,7 @@ std_deps = ['eal'] drivers = [ + 'ark', 'cpt', 'dpaax', 'iavf',
Add common ark to build system. Signed-off-by: John Miller <john.miller@atomicrules.com> --- drivers/common/meson.build | 1 + 1 file changed, 1 insertion(+)