summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-11-30 20:00:33 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-11-30 21:21:41 +0100
commit4013469c507847d48e891c16b92f4556a2f6b76f (patch)
treec414737b12c0dd97d641946ee8ea69bad01dd35d /payloads
parent309303884cc755f94aba731ad1821f49a3ea3899 (diff)
downloadcoreboot-4013469c507847d48e891c16b92f4556a2f6b76f.tar.gz
coreboot-4013469c507847d48e891c16b92f4556a2f6b76f.tar.bz2
coreboot-4013469c507847d48e891c16b92f4556a2f6b76f.zip
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)
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc
index eedee0552419..26bb52e1d915 100644
--- a/payloads/external/Makefile.inc
+++ b/payloads/external/Makefile.inc
@@ -56,6 +56,9 @@ seabios:
CONFIG_TTYS0_BASE=$(CONFIG_TTYS0_BASE) \
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:
$(MAKE) -C payloads/external/FILO -f Makefile.inc \
HOSTCC="$(HOSTCC)" \