mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
6cf26ce17d
commit
75d15ae315
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -137,7 +137,7 @@ real-all: config
|
|||
|
||||
else
|
||||
|
||||
include $(HAVE_DOTCONFIG)
|
||||
include $(DOTCONFIG)
|
||||
|
||||
-include .xcompile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue