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>
This commit is contained in:
parent
df6d09d0fb
commit
ab11a6a94c
2 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue