From: Masahiro Yamada Date: Sat, 25 Apr 2020 13:18:10 +0000 (+0900) Subject: kbuild: remove '/' target X-Git-Tag: v5.10.7~2415^2~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea21e9041404c4cafd63de4762287fb1b7ba357f;p=platform%2Fkernel%2Flinux-rpi.git kbuild: remove '/' target This notice has been here for a while. Remove it entirely now. Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index 11fe9b1..9671fa0 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.'