diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |