kbuild: specify modules(_install) as PHONY rather than FORCE
[deliverable/linux.git] / Makefile
index f1e5e3bcc217df843440030f7b186415fd703149..ec3dde3f6bb8d1efb7d99113fd8ad52562b186f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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."
This page took 0.024452 seconds and 5 git commands to generate.