]> git.droids-corp.org - dpdk.git/blobdiff - mk/rte.sdkconfig.mk
examples/fips_validation: support self-test only
[dpdk.git] / mk / rte.sdkconfig.mk
index 2ea85e46437042c19f7feef89f9d98547cf22346..f538649f228ae1bc01a4a0d47c83954d2fc4cee7 100644 (file)
@@ -62,11 +62,6 @@ 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):