Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 612e47ce authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Michal Marek
Browse files

kbuild: specify modules(_install) as PHONY rather than FORCE



As in other places, PHONY is a better fit for "modules" and
"modules_install".

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent 2e8d696b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1208,7 +1208,8 @@ else # CONFIG_MODULES
# Modules not configured
# ---------------------------------------------------------------------------

modules modules_install: FORCE
PHONY += modules modules_install
modules modules_install:
	@echo >&2
	@echo >&2 "The present kernel configuration has modules disabled."
	@echo >&2 "Type 'make config' and enable loadable module support."