From d45f355db17ee1751cc2c537268754c4d990e594 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 23 Jun 2008 13:47:37 +0000 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-55-g7522