X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Focteontx2%2Fmeson.build;h=b79145788da95996f2367cff00033415c35e06b7;hb=164e3a8d89b4d983c418fd04d603eaca50691eb6;hp=feaf75d92f2e975b32977c4429e085c0019c0ef5;hpb=e1d9a02ad8f0fa06ef6ade96d4d14ccd646cea3d;p=dpdk.git diff --git a/drivers/common/octeontx2/meson.build b/drivers/common/octeontx2/meson.build index feaf75d92f..b79145788d 100644 --- a/drivers/common/octeontx2/meson.build +++ b/drivers/common/octeontx2/meson.build @@ -3,6 +3,7 @@ # sources= files('otx2_dev.c', + 'otx2_irq.c', 'otx2_mbox.c', 'otx2_common.c', ) @@ -21,4 +22,4 @@ endforeach deps = ['eal', 'pci', 'ethdev'] includes += include_directories('../../common/octeontx2', - '../../bus/pci') + '../../mempool/octeontx2', '../../bus/pci')