Commit ea21e904 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: remove '/' target



This notice has been here for a while. Remove it entirely now.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 85e4a889
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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.'