common/octeontx2: introduce common device class
[dpdk.git] / drivers / common / octeontx2 / meson.build
index 4771b19..feaf75d 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(C) 2019 Marvell International Ltd.
 #
 
-sources= files(
+sources= files('otx2_dev.c',
                'otx2_mbox.c',
                'otx2_common.c',
               )
@@ -19,6 +19,6 @@ foreach flag: extra_flags
        endif
 endforeach
 
-deps = ['eal', 'ethdev']
+deps = ['eal', 'pci', 'ethdev']
 includes += include_directories('../../common/octeontx2',
                '../../bus/pci')