diff options
| author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-03 19:43:45 +0900 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-11-29 16:57:56 +0100 |
| commit | f17c18671612ccbdd4d169f76d598bb58c3c3bd4 (patch) | |
| tree | 235e72ce744c6ab774df224e4cf11b517a3b54ff /Makefile | |
| parent | c4a924d3e5910696328c06b835e3af164d0aea16 (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-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |
