[coreboot-gerrit] New patch to review for coreboot: Makefile: Move VB_SOURCE definition to a more visible location

Paul Kocialkowski (contact@paulk.fr) gerrit at coreboot.org
Wed Jul 20 18:40:35 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/15764

-gerrit

commit 3e0f82a40b815f6c3eaabf2d1482dc5b84cf18d7
Author: Paul Kocialkowski <contact at paulk.fr>
Date:   Wed Jul 20 18:34:55 2016 +0200

    Makefile: Move VB_SOURCE definition to a more visible location
    
    This moves the VB_SOURCE definition on top of the main Makefile, close
    to other variables defining paths. This makes this definition more
    visible.
    
    Change-Id: I545e9310bcfb6d95508206f0ba33a0da6c63732e
    Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
---
 Makefile     | 1 +
 Makefile.inc | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1c86bf6..fc3845e 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ export objutil ?= $(obj)/util
 export objk := $(objutil)/kconfig
 absobj := $(abspath $(obj))
 
+VB_SOURCE ?= 3rdparty/vboot
 
 export KCONFIG_AUTOHEADER := $(obj)/config.h
 export KCONFIG_AUTOCONFIG := $(obj)/auto.conf
diff --git a/Makefile.inc b/Makefile.inc
index 69c8843..4773a3c 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -338,7 +338,6 @@ endif
 
 CPPFLAGS_common := -Isrc -Isrc/include -Isrc/commonlib/include -I$(obj)
 CPPFLAGS_common += -Isrc/device/oprom/include
-VB_SOURCE ?= 3rdparty/vboot
 CPPFLAGS_common += -I$(VB_SOURCE)/firmware/include
 CPPFLAGS_common += -include $(src)/include/kconfig.h
 CPPFLAGS_common += -I3rdparty



More information about the coreboot-gerrit mailing list