aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-03 19:43:45 +0900
committerMoyster <oysterized@gmail.com>2018-11-29 16:57:56 +0100
commitf17c18671612ccbdd4d169f76d598bb58c3c3bd4 (patch)
tree235e72ce744c6ab774df224e4cf11b517a3b54ff /Makefile
parentc4a924d3e5910696328c06b835e3af164d0aea16 (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 41f3c5f3a..5f2ba9866 100644
--- a/Makefile
+++ b/Makefile
@@ -950,12 +950,6 @@ headerdep:
$(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
export INSTALL_FW_PATH