summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-22 19:32:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-22 19:32:17 +0100
commit2ba5a8bb9f383740ab503b79445da1e924665c51 (patch)
treeaa9e4b9ea12dcad8e2a386630343e1dd9a6c7783 /Makefile
parent4088c6eaebb868c4533c83a3d7880b9fab31d45e (diff)
fix compact flash support for wrap
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