From fc204c5a72c41e3e435a3e93b1d7a5e352018221 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Gst=C3=A4dtner?= Date: Fri, 21 Oct 2011 22:01:32 +0200 Subject: [PATCH] FILO: Pass LIBCONFIG_PATH variable to FILOs make MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This fixes the build for HEAD/master. Current stable will not work, because it is too old for recent corboot. Change-Id: I9dfd5de472d4f58f07147cb9b9bb0b543f228561 Signed-off-by: Thomas Gstädtner Reviewed-on: http://review.coreboot.org/311 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- payloads/external/FILO/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payloads/external/FILO/Makefile.inc b/payloads/external/FILO/Makefile.inc index 229b8be8d..311b3c8d8 100644 --- a/payloads/external/FILO/Makefile.inc +++ b/payloads/external/FILO/Makefile.inc @@ -20,7 +20,7 @@ checkout: config: libpayload echo " CONFIG FILO $(NAME-y)" - $(MAKE) -C filo defconfig + $(MAKE) -C filo defconfig LIBCONFIG_PATH=../../../libpayload echo "CONFIG_COREBOOT=y" >> filo/.config echo "CONFIG_DEBUG_SERIAL=y" >> filo/.config echo "CONFIG_COREBOOT_FLASH=y" >> filo/.config -- 2.25.1