summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard2011-02-02 15:33:10 +0100
committerPeter Korsgaard2011-02-02 15:54:50 +0100
commit35ac32d15028e65641e343aa13006871ec625c5e (patch)
tree9523ec537b1b15941170b3074f10a26b8d1d78d8 /Makefile
parentConfig.in: Show BR version in title (diff)
downloadbuildroot-35ac32d15028e65641e343aa13006871ec625c5e.tar.gz
buildroot-35ac32d15028e65641e343aa13006871ec625c5e.tar.xz
buildroot-35ac32d15028e65641e343aa13006871ec625c5e.zip
Makefile: savedefconfig: save in O= directory for out-of-tree builds
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ecc597b5..956374082 100644
--- a/Makefile
+++ b/Makefile
@@ -603,7 +603,7 @@ defconfig: $(BUILD_DIR)/buildroot-config/conf outputmakefile
savedefconfig: $(BUILD_DIR)/buildroot-config/conf outputmakefile
@mkdir -p $(BUILD_DIR)/buildroot-config
- @$(COMMON_CONFIG_ENV) $< --savedefconfig=$(TOPDIR)/defconfig $(CONFIG_CONFIG_IN)
+ @$(COMMON_CONFIG_ENV) $< --savedefconfig=$(CONFIG_DIR)/defconfig $(CONFIG_CONFIG_IN)
# check if download URLs are outdated
source-check: allyesconfig