build system: add dependencies for SeaBIOS output
Change-Id: I7b9f1574f6d487c0a6e5c9095c25ee973a96fa89 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/12577 Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com> Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
309303884c
commit
4013469c50
|
@ -56,6 +56,9 @@ seabios:
|
||||||
CONFIG_TTYS0_BASE=$(CONFIG_TTYS0_BASE) \
|
CONFIG_TTYS0_BASE=$(CONFIG_TTYS0_BASE) \
|
||||||
CONFIG_SEABIOS_MALLOC_UPPERMEMORY=$(CONFIG_SEABIOS_MALLOC_UPPERMEMORY)
|
CONFIG_SEABIOS_MALLOC_UPPERMEMORY=$(CONFIG_SEABIOS_MALLOC_UPPERMEMORY)
|
||||||
|
|
||||||
|
payloads/external/SeaBIOS/seabios/out/vgabios.bin: seabios
|
||||||
|
payloads/external/SeaBIOS/seabios/out/bios.bin.elf: seabios
|
||||||
|
|
||||||
filo:
|
filo:
|
||||||
$(MAKE) -C payloads/external/FILO -f Makefile.inc \
|
$(MAKE) -C payloads/external/FILO -f Makefile.inc \
|
||||||
HOSTCC="$(HOSTCC)" \
|
HOSTCC="$(HOSTCC)" \
|
||||||
|
|
Loading…
Reference in New Issue