From e35f2b831201cbe220e97d1b36f8fec3981a9065 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 18 Jun 2007 01:09:00 -0400 Subject: Fix makefile to defconfig properly, and leak in a bit of the new test infrastructure so I don't have to revert it to check this in. :) --- kconfig/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kconfig') diff --git a/kconfig/Makefile b/kconfig/Makefile index 84ca1e70..7fc3faca 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -6,7 +6,7 @@ KCONFIG_TOP = Config.in KCONFIG_PROJECT = ToyBox obj = ./kconfig PHONY += clean help oldconfig menuconfig config silentoldconfig \ - randconfig allyesconfig allnoconfig allmodconfig #defconfig + randconfig allyesconfig allnoconfig allmodconfig defconfig menuconfig: $(obj)/mconf $< $(KCONFIG_TOP) @@ -29,8 +29,8 @@ allyesconfig: $(obj)/conf allnoconfig: $(obj)/conf $< -n $(KCONFIG_TOP) -#defconfig: $(obj)/conf -# $< -d $(KCONFIG_TOP) +defconfig: $(obj)/conf + $< -D /dev/null $(KCONFIG_TOP) # Help text used by make help help:: -- cgit v1.2.3