summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-23 10:57:15 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-23 10:57:15 +0000
commite41b76e91c7e432fbafbea12004cfea36e330a22 (patch)
treef7bc29ddd003c3d95c45f0c3907228372ae32a9f /Makefile
parent9512866f3c8a5aac814ac946f83096abd2d900b9 (diff)
fix error when doing 'make %_defconfig
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ce49360c..9db3be7d7 100644
--- a/Makefile
+++ b/Makefile
@@ -409,7 +409,7 @@ endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
%_defconfig: $(CONFIG)/conf
cp $(shell find ./target/ -name $@) .config
- @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN)
+ - $(MAKE) oldconfig
help:
@echo 'Cleaning:'