aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-04-25 22:18:10 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-05-12 13:28:33 +0900
commitea21e9041404c4cafd63de4762287fb1b7ba357f (patch)
treee0bd5d9f0a5f3c02c6c76e8de87bcc3da09efefe /Makefile
parentRevert "objtool: Skip samples subdirectory" (diff)
downloadwireguard-linux-ea21e9041404c4cafd63de4762287fb1b7ba357f.tar.xz
wireguard-linux-ea21e9041404c4cafd63de4762287fb1b7ba357f.zip
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--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 11fe9b1535de..9671fa09c83a 100644
--- a/Makefile
+++ b/Makefile
@@ -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.'