[coreboot] New patch to review for coreboot: 0770acf FILO: Pass LIBCONFIG_PATH variable to FILOs make
Thomas Gstaedtner (thomas@gstaedtner.net)
gerrit at coreboot.org
Fri Oct 21 22:05:40 CEST 2011
Thomas Gstaedtner (thomas at gstaedtner.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/311
-gerrit
commit 0770acf8abc1d4a1c70b97e4539369f56d30af9e
Author: Thomas Gstädtner <thomas at gstaedtner.net>
Date: Fri Oct 21 22:01:32 2011 +0200
FILO: Pass LIBCONFIG_PATH variable to FILOs make
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 <thomas at gstaedtner.net>
---
payloads/external/FILO/Makefile.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/payloads/external/FILO/Makefile.inc b/payloads/external/FILO/Makefile.inc
index 229b8be..311b3c8 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
More information about the coreboot
mailing list