aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-03 05:43:45 -0500
committerMichal Marek <mmarek@suse.cz>2015-03-24 12:37:53 -0400
commit4218affdf57f938c04e3a916a9685ee27079f377 (patch)
treef28c1a0a274a444fd46700a46768d4447f493b82 /Makefile
parent70a4fd6c56d0f581a63dffd8c31d180e96ecf6a6 (diff)
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 <yamada.m@jp.panasonic.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 9fab639727c7..d3726e5f93ef 100644
--- a/Makefile
+++ b/Makefile
@@ -1026,12 +1026,6 @@ headerdep:
1026 $(srctree)/scripts/headerdep.pl -I$(srctree)/include 1026 $(srctree)/scripts/headerdep.pl -I$(srctree)/include
1027 1027
1028# --------------------------------------------------------------------------- 1028# ---------------------------------------------------------------------------
1029
1030PHONY += depend dep
1031depend dep:
1032 @echo '*** Warning: make $@ is unnecessary now.'
1033
1034# ---------------------------------------------------------------------------
1035# Firmware install 1029# Firmware install
1036INSTALL_FW_PATH=$(INSTALL_MOD_PATH)/lib/firmware 1030INSTALL_FW_PATH=$(INSTALL_MOD_PATH)/lib/firmware
1037export INSTALL_FW_PATH 1031export INSTALL_FW_PATH