diff options
author | Andres Salomon <dilinger@debian.org> | 2008-04-25 22:37:45 -0400 |
---|---|---|
committer | Andres Salomon <dilinger@debian.org> | 2008-04-25 22:37:45 -0400 |
commit | f18876d4f17e169bacc047b54135f6ef08cfeda6 (patch) | |
tree | 9d5277a82e4dc63c86224401fbffe45099f79c30 /Makefile | |
parent | a4fcef851a5c6af8210ed4cdbdfe40b0152e617a (diff) | |
download | lwn-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-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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' |