test mbuf attach
[dpdk.git] / mk / rte.sdkconfig.mk
index 2ea85e4..f538649 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):