From 4013469c507847d48e891c16b92f4556a2f6b76f Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 30 Nov 2015 20:00:33 +0100 Subject: build system: add dependencies for SeaBIOS output Change-Id: I7b9f1574f6d487c0a6e5c9095c25ee973a96fa89 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/12577 Reviewed-by: Timothy Pearson Tested-by: Raptor Engineering Automated Test Stand Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- payloads/external/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc index eedee05524..26bb52e1d9 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)" \ -- cgit v1.2.3