mk: add note about make system deprecation
[dpdk.git] / mk / rte.sdkconfig.mk
index f538649..2ea85e4 100644 (file)
@@ -62,6 +62,11 @@ else
 config: $(RTE_OUTPUT)/include/rte_config.h $(RTE_OUTPUT)/Makefile
        @echo "Configuration done using" \
                $(patsubst defconfig_%,%,$(notdir $(RTE_CONFIG_TEMPLATE)))
+       @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 "=============="
 endif
 
 $(RTE_OUTPUT):