]> git.droids-corp.org - dpdk.git/blobdiff - mk/rte.sdkconfig.mk
eal: introduce internal wrappers for file operations
[dpdk.git] / mk / rte.sdkconfig.mk
index f538649f228ae1bc01a4a0d47c83954d2fc4cee7..2ea85e46437042c19f7feef89f9d98547cf22346 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):