X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmeson.build;h=d5f4e1c1f2197860a190ef83890d4573311ee056;hb=32e06ccfd83a4b6927679a961a98f4cfe2c247f3;hp=3d08540581d06bb3999ddbeba22e47a34549d043;hpb=0e837e584e36ea546bc374e9add3573f5615e849;p=dpdk.git diff --git a/drivers/meson.build b/drivers/meson.build index 3d08540581..d5f4e1c1f2 100644 --- a/drivers/meson.build +++ b/drivers/meson.build @@ -10,14 +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. + 'gpu', # depends on common and bus. ] if meson.is_cross_build()