net/octeontx2: add link stats operations
[dpdk.git] / drivers / net / octeontx2 / meson.build
index db375f3..d693386 100644 (file)
@@ -3,7 +3,13 @@
 #
 
 sources = files(
+               'otx2_mac.c',
+               'otx2_link.c',
                'otx2_ethdev.c',
+               'otx2_ethdev_irq.c',
+               'otx2_ethdev_ops.c',
+               'otx2_ethdev_debug.c',
+               'otx2_ethdev_devargs.c'
                )
 
 deps += ['bus_pci', 'common_octeontx2', 'mempool_octeontx2']