aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fc6fce5b..f13c8b651 100644
--- a/Makefile
+++ b/Makefile
@@ -898,7 +898,7 @@ else # CONFIG_MODULES
898 898
899modules modules_install: FORCE 899modules modules_install: FORCE
900 @echo 900 @echo
901 @echo "The present kernel configuration has modules disabled." 901 @echo "The present busybox configuration has modules disabled."
902 @echo "Type 'make config' and enable loadable module support." 902 @echo "Type 'make config' and enable loadable module support."
903 @echo "Then build a kernel with module support enabled." 903 @echo "Then build a kernel with module support enabled."
904 @echo 904 @echo