1
0
Fork 0

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: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
hifive-unleashed-5.1
Masahiro Yamada 2016-03-13 09:39:22 +09:00 committed by Michal Marek
parent 2e8d696b79
commit 612e47cec4
1 changed files with 2 additions and 1 deletions

View File

@ -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."