X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=4d3ba7578f60627811d6398ac37795fafda68996;hb=4e939ced65143fcfe9342dcccf3418a1018c8b0f;hp=4cd9e9b1d51c5ffc5a4ab0adb960a9fa6d7db68f;hpb=6161bba1ea52d4344964278f94f507c5c75d5e2b;p=vpp.git diff --git a/Makefile b/Makefile index 4cd9e9b1d51..4d3ba7578f6 100644 --- a/Makefile +++ b/Makefile @@ -760,3 +760,7 @@ ifeq ($(OS_ID)-$(OS_VERSION_ID),$(MAKE_VERIFY_GATE_OS)) else $(call banner,"Skipping tests. Tests under 'make verify' supported on $(MAKE_VERIFY_GATE_OS)") endif + +.PHONY: check-dpdk-mlx +check-dpdk-mlx: + @[ $$(make -sC build/external dpdk-show-DPDK_MLX_DEFAULT) = y ] \ No newline at end of file