summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c2ef0777..b4e4a9045 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ help:
@echo ' allmodconfig - New config selecting all packages as modules when possible'
@echo ' allconfig - New config selecting all packages when possible'
@echo ' allnoconfig - New config where all options are answered with no'
+ @echo ' kernelconfig - Modify the target kernel configuration'
@echo ''
@echo 'Help targets:'
@echo ' help - Print this help text'
@@ -113,6 +114,9 @@ image: .prereq_done
switch: .prereq_done
@${GMAKE_INV} switch
+kernelconfig: .prereq_done
+ @${GMAKE_INV} kernelconfig
+
image_clean imageclean cleanimage: .prereq_done
@${GMAKE_INV} image_clean