net/softnic: add tap object
[dpdk.git] / drivers / net / softnic / meson.build
index 355749d..6c76903 100644 (file)
@@ -4,5 +4,8 @@
 install_headers('rte_eth_softnic.h')
 sources = files('rte_eth_softnic_tm.c',
        'rte_eth_softnic.c',
-       'rte_eth_softnic_swq.c')
+       'rte_eth_softnic_mempool.c',
+       'rte_eth_softnic_swq.c',
+       'rte_eth_softnic_link.c',
+       'rte_eth_softnic_tap.c')
 deps += 'sched'