2015-02-03 10:44:03

by Masahiro Yamada

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---

Makefile | 6 ------
1 file changed, 6 deletions(-)

diff --git a/Makefile b/Makefile
index 109c173..7aeba7a 100644
--- a/Makefile
+++ b/Makefile
@@ -1035,12 +1035,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
--
1.9.1