X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2Focteontx2%2Fmeson.build;h=0226f76d4b915f9eafbcaf113dabdd9a2e01edd1;hb=42c40f8902f7d9cf5a51c1ec0e1bfff515b50561;hp=ec3c59eefee1fa22b587c92d5c461c4eee0c3b3f;hpb=732377a6792eefe063c81d7fb7e9baae0af8ef3f;p=dpdk.git diff --git a/drivers/mempool/octeontx2/meson.build b/drivers/mempool/octeontx2/meson.build index ec3c59eefe..0226f76d4b 100644 --- a/drivers/mempool/octeontx2/meson.build +++ b/drivers/mempool/octeontx2/meson.build @@ -2,7 +2,15 @@ # Copyright(C) 2019 Marvell International Ltd. # -sources = files('otx2_mempool.c', +if is_windows + build = false + reason = 'not supported on Windows' +endif + +sources = files('otx2_mempool_ops.c', + 'otx2_mempool.c', + 'otx2_mempool_irq.c', + 'otx2_mempool_debug.c' ) extra_flags = []