diff mbox

kbuild: remove warning about "make depend"

Message ID 1422960226-10298-1-git-send-email-yamada.m@jp.panasonic.com (mailing list archive)
State New, archived
Headers show

Commit Message

Masahiro Yamada Feb. 3, 2015, 10:43 a.m. UTC
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>
---

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

Comments

Michal Marek March 24, 2015, 3:39 p.m. UTC | #1
On 2015-02-03 11:43, Masahiro Yamada wrote:
> 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>

I won't be surprised if some build script suddenly breaks. But such
script has it coming :). Applied to kbuild.git#kbuild.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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