summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard2008-06-23 15:47:37 +0200
committerPeter Korsgaard2008-06-23 15:47:37 +0200
commitd45f355db17ee1751cc2c537268754c4d990e594 (patch)
tree3d7674dbf5805ed91ff5a1d36bb801ab60349fd4 /Makefile
parentREADME: s/standart/standard/ (diff)
downloadbuildroot-d45f355db17ee1751cc2c537268754c4d990e594.tar.gz
buildroot-d45f355db17ee1751cc2c537268754c4d990e594.tar.xz
buildroot-d45f355db17ee1751cc2c537268754c4d990e594.zip
Makefile: don't include .config from TOPDIR
If we ever want to support building out of tree, having the .config in the tree is probably not what we want.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73d92088a..fcf69ce25 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ endif
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
ifeq ($(BOARD),)
# if "make BOARD=xyz" command
--include $(TOPDIR).config
+-include .config
else
# if "make" command
-include $(BR2_LOCAL)/$(BOARD)/$(BOARD).config