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 <contact@paulk.fr>
Original-Reviewed-on: https://review.coreboot.org/15651
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/360817
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
Paul Kocialkowski 2016-07-13 11:00:41 +02:00 committed by chrome-bot
parent 6cf26ce17d
commit 75d15ae315

View file

@ -137,7 +137,7 @@ real-all: config
else
include $(HAVE_DOTCONFIG)
include $(DOTCONFIG)
-include .xcompile