diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-03 19:43:45 +0900 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-03-24 17:37:53 +0100 |
commit | 4218affdf57f938c04e3a916a9685ee27079f377 (patch) | |
tree | f28c1a0a274a444fd46700a46768d4447f493b82 /Makefile | |
parent | 70a4fd6c56d0f581a63dffd8c31d180e96ecf6a6 (diff) | |
download | op-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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |