aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2014-08-11 16:09:07 +0200
committerIdwer Vollering <vidwer@gmail.com>2014-08-14 21:23:51 +0200
commitab11a6a94cc4f7d33fb2f8f3c34414e6dc4da255 (patch)
tree8007a5870d1af7c0f07f8be98f49d8aec7c3e5e2 /src/Kconfig
parentdf6d09d0fb319f5c834b75babad62a0221582fce (diff)
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 <vidwer@gmail.com> Reviewed-on: http://review.coreboot.org/6460 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
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