From 2ba5a8bb9f383740ab503b79445da1e924665c51 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 Nov 2009 19:32:17 +0100 Subject: fix compact flash support for wrap --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3