[coreboot-gerrit] New patch to review for coreboot: FILO build: Add missing reference to LIBCONFIG_PATH

Kevin Herbert (kevin@trippers.org) gerrit at coreboot.org
Wed Jun 15 03:37:27 CEST 2016


Kevin Herbert (kevin at trippers.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15193

-gerrit

commit 2870188aa85614318b709ec59accd9f6def59052
Author: Kevin Paul Herbert <kph at platinasystems.com>
Date:   Tue Jun 14 18:11:09 2016 -0700

    FILO build: Add missing reference to LIBCONFIG_PATH
    
    Add a missing reference to LIBCONFIG_PATH when building FILO
    inside coreboot. The defconfig and oldconfig steps had this,
    but not the actual build of filo.
    
    Change-Id: I66c28fdab3bc240749c272958ac1f9a49679b7d9
    Signed-off-by: Kevin Paul Herbert <kph at platinasystems.com>
---
 payloads/external/FILO/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/external/FILO/Makefile b/payloads/external/FILO/Makefile
index 13d3e8f..c5791bf 100644
--- a/payloads/external/FILO/Makefile
+++ b/payloads/external/FILO/Makefile
@@ -37,7 +37,7 @@ config: libpayload
 
 filo: config
 	echo "    MAKE       FILO $(NAME-y)"
-	$(MAKE) -C filo
+	$(MAKE) -C filo LIBCONFIG_PATH=../../../libpayload
 
 libpayload: checkout
 	cd ../../libpayload && $(MAKE) defconfig && \



More information about the coreboot-gerrit mailing list