X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=scripts%2Fkconfig%2FMakefile;h=b8ef0fb4bbef705f3d2ad3ae19121c18b4f11c68;hb=49d766f3a0e49624c4cf83909d56c68164e7c545;hp=5a215880b2688c2ffadd3248410ee29cf19c510c;hpb=43f44f5bd1970fafb259152e1c9d8e6daf0f362d;p=linux-2.6-microblaze.git diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 5a215880b268..b8ef0fb4bbef 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -69,7 +69,7 @@ localyesconfig localmodconfig: $(obj)/conf # deprecated for external use simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \ alldefconfig randconfig listnewconfig olddefconfig syncconfig \ - helpnewconfig yes2modconfig mod2yesconfig + helpnewconfig yes2modconfig mod2yesconfig mod2noconfig PHONY += $(simple-targets) @@ -134,6 +134,7 @@ help: @echo ' randconfig - New config with random answer to all options' @echo ' yes2modconfig - Change answers from yes to mod if possible' @echo ' mod2yesconfig - Change answers from mod to yes if possible' + @echo ' mod2noconfig - Change answers from mod to no if possible' @echo ' listnewconfig - List new options' @echo ' helpnewconfig - List new options and help text' @echo ' olddefconfig - Same as oldconfig but sets new symbols to their'