diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-23 13:47:37 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-23 13:47:37 +0000 |
commit | d45f355db17ee1751cc2c537268754c4d990e594 (patch) | |
tree | 3d7674dbf5805ed91ff5a1d36bb801ab60349fd4 /Makefile | |
parent | fccd66034bbeb9e8b998ec22bf009d1fc45fe825 (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |