X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmeson.build;h=b146f09c5a00c634b7194e66d0858c9d7574fbff;hb=3bb595ecd6829b4019f281d56036acf4d1ccddc2;hp=b41a0f18e8d31f344a31ed0c8827e95dc59bb889;hpb=45775d75128e0ecb4dca5aee217e37921e033527;p=dpdk.git diff --git a/drivers/meson.build b/drivers/meson.build index b41a0f18e8..b146f09c5a 100644 --- a/drivers/meson.build +++ b/drivers/meson.build @@ -2,11 +2,12 @@ # Copyright(c) 2017 Intel Corporation # Defines the order in which the drivers are buit. -driver_classes = ['bus', - 'mempool', # depends on bus. - 'net', # depends on bus and mempool. - 'crypto', # depenss on bus, mempool (net in future). - 'event'] # depends on bus, mempool and net. +driver_classes = ['common', + 'bus', + 'mempool', # depends on common and bus. + 'net', # depends on common, bus and mempool. + 'crypto', # depends on common, bus and mempool (net in future). + 'event'] # depends on common, bus, mempool and net. foreach class:driver_classes drivers = []