Move SeaBIOS output out of coreboot source tree
Make sure SeaBIOS build files live under $(OUT) instead of in the source tree. Change-Id: I7d357773e32bc25ba7e7eae3fb6ddc31feb413ec Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/552 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Marc Jones <marcj303@gmail.com>
This commit is contained in:
committed by
Marc Jones
parent
3e0bd19026
commit
aff6dc2149
@@ -444,7 +444,7 @@ config PAYLOAD_FILE
|
||||
|
||||
config PAYLOAD_FILE
|
||||
depends on PAYLOAD_SEABIOS
|
||||
default "payloads/external/SeaBIOS/seabios/out/bios.bin.elf"
|
||||
default "$(obj)/seabios/out/bios.bin.elf"
|
||||
|
||||
config PAYLOAD_FILE
|
||||
depends on PAYLOAD_FILO
|
||||
|
Reference in New Issue
Block a user