summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@debian.org>2008-04-25 22:37:45 -0400
committerAndres Salomon <dilinger@debian.org>2008-04-25 22:37:45 -0400
commitf18876d4f17e169bacc047b54135f6ef08cfeda6 (patch)
tree9d5277a82e4dc63c86224401fbffe45099f79c30 /Makefile
parenta4fcef851a5c6af8210ed4cdbdfe40b0152e617a (diff)
downloadlwn-f18876d4f17e169bacc047b54135f6ef08cfeda6.tar.gz
lwn-f18876d4f17e169bacc047b54135f6ef08cfeda6.zip
Revert "kconfig: add *_silentdefconfig feature for config targets"
This reverts commit ac7d825ce62b96345cfbe83139611bf6e9014100. Conflicts: scripts/kconfig/conf.c scripts/kconfig/qconf.cc Signed-off-by: Andres Salomon <dilinger@debian.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a81dca44b66f..39516bfad958 100644
--- a/Makefile
+++ b/Makefile
@@ -1224,8 +1224,6 @@ help:
@$(if $(boards), \
$(foreach b, $(boards), \
printf " %-24s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \
- $(foreach b, $(boards), \
- printf " %-24s - Quiet build for %s\\n" $(subst _defconfig,_silentdefconfig,$(b)) $(subst _defconfig,,$(b));) \
echo '')
@echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'