[coreboot-gerrit] New patch to review for coreboot: Makefile.inc: export VARIANT_DIR as top-level variable

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Wed Nov 16 22:14:30 CET 2016


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17451

-gerrit

commit dcf001001562c29663a3a19598594fb88b400ed1
Author: Matt DeVillier <matt.devillier at gmail.com>
Date:   Wed Nov 16 15:03:43 2016 -0600

    Makefile.inc: export VARIANT_DIR as top-level variable
    
    export VARIANT_DIR at the top level, rather than doing so multiple
    times at the SoC / board level
    
    Change-Id: If825701450c78289cb8cca731d589e12aafced11
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
 Makefile.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.inc b/Makefile.inc
index cb0b21c..a193158 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -38,7 +38,9 @@ endif
 #######################################################################
 # Basic component discovery
 MAINBOARDDIR=$(call strip_quotes,$(CONFIG_MAINBOARD_DIR))
+VARIANT_DIR:=$(call strip_quotes,$(CONFIG_VARIANT_DIR))
 export MAINBOARDDIR
+export VARIANT_DIR
 
 ## Final build results, which CBFSTOOL uses to create the final
 ## rom image file, are placed under $(objcbfs).



More information about the coreboot-gerrit mailing list