OSDN Git Service

kbuild: remove '/' target
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 25 Apr 2020 13:18:10 +0000 (22:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 12 May 2020 04:28:33 +0000 (13:28 +0900)
This notice has been here for a while. Remove it entirely now.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile

index 11fe9b1..9671fa0 100644 (file)
--- 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.'