[coreboot-gerrit] New patch to review for coreboot: Include config from DOTCONFIG instead of HAVE_DOTCONFIG

Paul Kocialkowski (contact@paulk.fr) gerrit at coreboot.org
Wed Jul 13 12:46:15 CEST 2016


Paul Kocialkowski (contact at paulk.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15651

-gerrit

commit 2cccfec50b3c3447d37f73cb1394ba41dd278a9d
Author: Paul Kocialkowski <contact at paulk.fr>
Date:   Wed Jul 13 11:00:41 2016 +0200

    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.
    
    Change-Id: Id7cdf5d33024f21f3079db9d2ea47a8b847cd7b1
    Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c502d2c..1c86bf6 100644
--- a/Makefile
+++ b/Makefile
@@ -137,7 +137,7 @@ real-all: config
 
 else
 
-include $(HAVE_DOTCONFIG)
+include $(DOTCONFIG)
 
 -include .xcompile
 



More information about the coreboot-gerrit mailing list