summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-03 19:43:45 +0900
committerMichal Marek <mmarek@suse.cz>2015-03-24 17:37:53 +0100
commit4218affdf57f938c04e3a916a9685ee27079f377 (patch)
treef28c1a0a274a444fd46700a46768d4447f493b82
parent70a4fd6c56d0f581a63dffd8c31d180e96ecf6a6 (diff)
downloadop-kernel-dev-4218affdf57f938c04e3a916a9685ee27079f377.zip
op-kernel-dev-4218affdf57f938c04e3a916a9685ee27079f377.tar.gz
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>
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 9fab639..d3726e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1026,12 +1026,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
OpenPOWER on IntegriCloud