X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmeson.build;h=ac6c97297aeea3b11f101319872beeecf24ec846;hb=aa4cef698c227210b255ecc7cfa024f698d4f71c;hp=f879cb6759d4a23a7146eb0911de69b33a1bbe5f;hpb=c1ebe3c0c0b3882bcc6cade48be351f565283629;p=dpdk.git diff --git a/drivers/meson.build b/drivers/meson.build index f879cb6759..ac6c97297a 100644 --- a/drivers/meson.build +++ b/drivers/meson.build @@ -7,6 +7,7 @@ driver_classes = ['common', 'mempool', # depends on common and bus. 'net', # depends on common, bus and mempool. 'crypto', # depends on common, bus and mempool (net in future). + 'compress', # depends on common, bus, mempool. 'event', # depends on common, bus, mempool and net. 'raw'] # depends on common, bus, mempool, net and event.