From 75d15ae315c0e2ce5be9d2173c075b8b2f15e5ba Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Wed, 13 Jul 2016 11:00:41 +0200 Subject: [PATCH] UPSTREAM: Makefile: Include config from DOTCONFIG instead of HAVE_DOTCONFIG This includes the build config from the DOTCONFIG variable instead of HAVE_DOTCONFIG, which is expected to be used for tests. This slightly improves the readability and consistency of the Makefile. BUG=None BRANCH=None TEST=None Change-Id: Id7cdf5d33024f21f3079db9d2ea47a8b847cd7b1 Original-Signed-off-by: Paul Kocialkowski Original-Reviewed-on: https://review.coreboot.org/15651 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Paul Menzel Original-Reviewed-by: Patrick Georgi Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/360817 Reviewed-by: Duncan Laurie --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c502d2c793..1c86bf6697 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ real-all: config else -include $(HAVE_DOTCONFIG) +include $(DOTCONFIG) -include .xcompile