Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kbuild: remove '/' target

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

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

-4
-4
Makefile
··· 1657 1657 clean-dirs := $(KBUILD_EXTMOD) 1658 1658 clean: rm-files := $(KBUILD_EXTMOD)/Module.symvers $(KBUILD_EXTMOD)/modules.nsdeps 1659 1659 1660 - PHONY += / 1661 - /: 1662 - @echo >&2 '"$(MAKE) /" is no longer supported. Please use "$(MAKE) ./" instead.' 1663 - 1664 1660 PHONY += help 1665 1661 help: 1666 1662 @echo ' Building external modules.'