X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmeson.build;h=1d8123b00ca069a7dc9d1dedec2d5b85fbd24784;hb=d120c08958d8a05e9c5791c6e49c99d79eb664a0;hp=b7d680868ad8bfeeac797b34e065bb94b9dd91f6;hpb=b36970f2e13eadd34aef0c5b611a10e345a6f5b0;p=dpdk.git diff --git a/drivers/meson.build b/drivers/meson.build index b7d680868a..1d8123b00c 100644 --- a/drivers/meson.build +++ b/drivers/meson.build @@ -10,15 +10,16 @@ subdirs = [ 'common/qat', # depends on bus. 'common/sfc_efx', # depends on bus. 'mempool', # depends on common and bus. + 'dma', # depends on common and bus. 'net', # depends on common, bus, mempool - 'raw', # depends on common, bus and net. + 'raw', # depends on common, bus, dma and net. 'crypto', # depends on common, bus and mempool (net in future). 'compress', # depends on common, bus, mempool. 'regex', # depends on common, bus, regexdev. 'vdpa', # depends on common, bus and mempool. 'event', # depends on common, bus, mempool and net. 'baseband', # depends on common and bus. - 'dma', # depends on common and bus. + 'gpu', # depends on common and bus. ] if meson.is_cross_build() @@ -39,6 +40,8 @@ endif # these drivers must always be enabled, otherwise the build breaks always_enable = ['bus/pci', 'bus/vdev'] +# we always need a mempool driver, and ring is default, so make it mandatory +always_enable += ['mempool/ring'] enable_drivers += always_enable default_cflags = machine_args