From ab11a6a94cc4f7d33fb2f8f3c34414e6dc4da255 Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Mon, 11 Aug 2014 16:09:07 +0200 Subject: payloads/external/SeaBIOS: move build directory Move SeaBIOS' build directory out of build/ This allows the user to delete build/ in the top dir and keep the built binary in payloads/external/SeaBIOS/seabios/out/ Change-Id: Ia7d515cd7e349beebcd9b62c9d956137acb73c82 Signed-off-by: Idwer Vollering Reviewed-on: http://review.coreboot.org/6460 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Edward O'Callaghan --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 693e0e7d3d..70294e9254 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -681,7 +681,7 @@ config PAYLOAD_FILE config PAYLOAD_FILE depends on PAYLOAD_SEABIOS - default "$(obj)/seabios/out/bios.bin.elf" + default "payloads/external/SeaBIOS/seabios/out/bios.bin.elf" config PAYLOAD_FILE depends on PAYLOAD_FILO -- cgit v1.2.3