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@gstaedtner.net> Reviewed-on: http://review.coreboot.org/311 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
616da1ee7f
commit
fc204c5a72
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue