From dc9dba1509242bb9d2b2c4aa43ff3a019f02bc20 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 11 Aug 2010 19:06:05 +0200 Subject: Remove CONFIG_DEFCONFIG There's no need to have a .defconfig, when you run make menuconfig, make xconfig or anything else for the first time, it will just start with the default configuration anyway. This is what the kernel does. Signed-off-by: Thomas Petazzoni --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d37d81f64..e3cebe2b6 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ # absolute path TOPDIR:=$(shell pwd) CONFIG_CONFIG_IN=Config.in -CONFIG_DEFCONFIG=.defconfig CONFIG=package/config DATE:=$(shell date +%Y%m%d) @@ -465,9 +464,6 @@ export HOSTCFLAGS $(BUILD_DIR)/buildroot-config/%onf: mkdir -p $(@D)/lxdialog $(MAKE) CC="$(HOSTCC)" obj=$(@D) -C $(CONFIG) $(@F) - -@if [ ! -f $(CONFIG_DIR)/.config ]; then \ - cp $(CONFIG_DEFCONFIG) $(CONFIG_DIR)/.config; \ - fi xconfig: $(BUILD_DIR)/buildroot-config/qconf @mkdir -p $(BUILD_DIR)/buildroot-config @@ -513,7 +509,6 @@ randconfig: $(BUILD_DIR)/buildroot-config/conf BUILDROOT_CONFIG=$(CONFIG_DIR)/.config $< -r $(CONFIG_CONFIG_IN) allyesconfig: $(BUILD_DIR)/buildroot-config/conf - cat $(CONFIG_DEFCONFIG) > $(CONFIG_DIR)/.config @mkdir -p $(BUILD_DIR)/buildroot-config @KCONFIG_AUTOCONFIG=$(BUILD_DIR)/buildroot-config/auto.conf \ KCONFIG_AUTOHEADER=$(BUILD_DIR)/buildroot-config/autoconf.h \ -- cgit v1.2.3-55-g7522