net/ionic: register and initialize adapter
[dpdk.git] / drivers / net / ionic / meson.build
index f5e3c36..4744ae1 100644 (file)
@@ -2,6 +2,9 @@
 # Copyright(c) 2019 Pensando
 
 sources = files(
-       'ionic_ethdev.c'
+       'ionic_mac_api.c',
+       'ionic_dev.c',
+       'ionic_ethdev.c',
+       'ionic_main.c'
 )