From: Peter Korsgaard Date: Mon, 23 Jun 2008 13:47:37 +0000 (-0000) Subject: Makefile: don't include .config from TOPDIR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d45f355db17ee1751cc2c537268754c4d990e594;p=buildroot.git 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. --- diff --git a/Makefile b/Makefile index 73d92088af..fcf69ce255 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