summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1e5e3bcc217..ec3dde3f6bb8 100644
--- a/Makefile
+++ b/Makefile
@@ -1208,7 +1208,8 @@ else # CONFIG_MODULES
1208# Modules not configured 1208# Modules not configured
1209# --------------------------------------------------------------------------- 1209# ---------------------------------------------------------------------------
1210 1210
1211modules modules_install: FORCE 1211PHONY += modules modules_install
1212modules modules_install:
1212 @echo >&2 1213 @echo >&2
1213 @echo >&2 "The present kernel configuration has modules disabled." 1214 @echo >&2 "The present kernel configuration has modules disabled."
1214 @echo >&2 "Type 'make config' and enable loadable module support." 1215 @echo >&2 "Type 'make config' and enable loadable module support."