From: Masahiro Yamada Date: Tue, 3 Feb 2015 10:43:45 +0000 (+0900) Subject: kbuild: remove warning about "make depend" X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4218affdf57f938c04e3a916a9685ee27079f377;p=openwrt%2Fstaging%2Fblogic.git kbuild: remove warning about "make depend" Enough time has passed since "make depend" was deprecated. Nobody would be in trouble without this hint. Signed-off-by: Masahiro Yamada Signed-off-by: Michal Marek --- diff --git a/Makefile b/Makefile index 9fab639727c7..d3726e5f93ef 100644 --- a/Makefile +++ b/Makefile @@ -1025,12 +1025,6 @@ headerdep: $(Q)find $(srctree)/include/ -name '*.h' | xargs --max-args 1 \ $(srctree)/scripts/headerdep.pl -I$(srctree)/include -# --------------------------------------------------------------------------- - -PHONY += depend dep -depend dep: - @echo '*** Warning: make $@ is unnecessary now.' - # --------------------------------------------------------------------------- # Firmware install INSTALL_FW_PATH=$(INSTALL_MOD_PATH)/lib/firmware