]> git.droids-corp.org - dpdk.git/blobdiff - mk/rte.sdkbuild.mk
net/hinic: check memory allocations in flow creation
[dpdk.git] / mk / rte.sdkbuild.mk
index b512de1ecdf3c6ba16fd31637a5a1cb67910286d..d1d57b669599af6a3b4defcc09fec092f5b8ea6b 100644 (file)
@@ -28,6 +28,11 @@ CLEANDIRS = $(addsuffix _clean,$(ROOTDIRS-y) $(ROOTDIRS-n) $(ROOTDIRS-))
 .PHONY: build
 build: $(ROOTDIRS-y)
        @echo "Build complete [$(RTE_TARGET)]"
+       @echo "==== NOTE ===="
+       @echo "It is recommended to build DPDK using 'meson' and 'ninja'"
+       @echo "See https://doc.dpdk.org/guides/linux_gsg/build_dpdk.html for instructions"
+       @echo "Building DPDK with 'make' will be deprecated in a future release"
+       @echo "=============="
 
 .PHONY: clean
 clean: $(CLEANDIRS)