[coreboot-gerrit] Patch set updated for coreboot: libpayload: Makefile: Use variables defined for Kconfig

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Jun 30 01:56:17 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10712

-gerrit

commit 92879d378cb5f1cdbbf1ac99fcac772bfb027925
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Mon Jun 29 14:28:25 2015 -0700

    libpayload: Makefile: Use variables defined for Kconfig
    
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    
    Change-Id: Ia451e8250307ad1944cb0429bdfee4bdf18c706b
---
 payloads/libpayload/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/payloads/libpayload/Makefile b/payloads/libpayload/Makefile
index dd538dd..1c3cd8d 100644
--- a/payloads/libpayload/Makefile
+++ b/payloads/libpayload/Makefile
@@ -45,7 +45,7 @@ endif
 
 export top := $(CURDIR)
 export src := src
-export srck := $(top)/../../util/kconfig
+export srck := $(abspath $(top)/../../util/kconfig)
 export obj ?= build
 export objutil ?= $(obj)/util
 export objk := $(objutil)/lp_kconfig
@@ -92,7 +92,7 @@ all: real-all
 
 # This include must come _before_ the pattern rules below!
 # Order _does_ matter for pattern rules.
-include ../../util/kconfig/Makefile
+include $(srck)/Makefile
 
 include $(HAVE_DOTCONFIG)
 



More information about the coreboot-gerrit mailing list