]> git.droids-corp.org - dpdk.git/blobdiff - drivers/meson.build
net/ipn3ke: fix meson build
[dpdk.git] / drivers / meson.build
index 3f8749d0b78b3f5ff0d65e80ac9ac5402eef8f0b..29708cc2bb748eb28c38c6500d6c5642c9597fbd 100644 (file)
@@ -9,8 +9,8 @@ endif
 dpdk_driver_classes = ['common',
               'bus',
               'mempool', # depends on common and bus.
-              'raw',     # depends on common and bus.
-              'net',     # depends on common, bus, mempool and raw.
+              'net',     # depends on common, bus, mempool
+              'raw',     # depends on common, bus and net.
               'crypto',  # depends on common, bus and mempool (net in future).
               'compress', # depends on common, bus, mempool.
               'vdpa',    # depends on common, bus and mempool.