diff options
Diffstat (limited to 'kconfig')
-rw-r--r-- | kconfig/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile index 46a8f6e4..f66432e5 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -5,7 +5,7 @@ KCONFIG_TOP = Config.in obj = ./kconfig PHONY += clean help oldconfig menuconfig config silentoldconfig \ - randconfig allyesconfig allnoconfig allmodconfig defconfig + randconfig allyesconfig allnoconfig allmodconfig #defconfig menuconfig: $(obj)/mconf $< $(KCONFIG_TOP) @@ -28,8 +28,8 @@ allyesconfig: $(obj)/conf allnoconfig: $(obj)/conf $< -n $(KCONFIG_TOP) -defconfig: $(obj)/conf - $< -d $(KCONFIG_TOP) +#defconfig: $(obj)/conf +# $< -d $(KCONFIG_TOP) # Help text used by make help help:: |