diff options
author | Masahiro Yamada | 2020-04-25 22:18:10 +0900 |
---|---|---|
committer | Masahiro Yamada | 2020-05-12 13:28:33 +0900 |
commit | ea21e9041404c4cafd63de4762287fb1b7ba357f (patch) | |
tree | e0bd5d9f0a5f3c02c6c76e8de87bcc3da09efefe /Makefile | |
parent | 85e4a889d3e08a39a8ebde594bab06e6fa732903 (diff) |
kbuild: remove '/' target
This notice has been here for a while. Remove it entirely now.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1657,10 +1657,6 @@ _emodinst_post: _emodinst_ clean-dirs := $(KBUILD_EXTMOD) clean: rm-files := $(KBUILD_EXTMOD)/Module.symvers $(KBUILD_EXTMOD)/modules.nsdeps -PHONY += / -/: - @echo >&2 '"$(MAKE) /" is no longer supported. Please use "$(MAKE) ./" instead.' - PHONY += help help: @echo ' Building external modules.' |