diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-01-14 20:41:58 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-18 18:57:08 +0100 |
commit | 67e11d1e4f5fa4ba7e864bb0487bf5a835fb2919 (patch) | |
tree | 9b34f627269afa08f1fe132a4e15505c9992c6fe /payloads | |
parent | a9e1a2235f1f4fb3d20e588fac859cbdcb99482f (diff) |
payloads: fix dependencies for seabios and filo
config and revision data need to be around before they're added to CBFS.
Change-Id: I195156773effd5137c3fda3639c002fbec6e7158
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/12971
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/external/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc index ecb3041db4..941af61689 100644 --- a/payloads/external/Makefile.inc +++ b/payloads/external/Makefile.inc @@ -53,6 +53,8 @@ seabios: payloads/external/SeaBIOS/seabios/out/vgabios.bin: seabios payloads/external/SeaBIOS/seabios/out/bios.bin.elf: seabios +payloads/external/SeaBIOS/seabios/.config: seabios +payloads/external/SeaBIOS/seabios/out/autoversion.h: seabios filo: $(MAKE) -C payloads/external/FILO -f Makefile.inc \ @@ -63,6 +65,8 @@ filo: CONFIG_FILO_STABLE=$(CONFIG_FILO_STABLE) payloads/external/FILO/filo/build/filo.elf: filo +payloads/external/FILO/filo/.config: filo +payloads/external/FILO/filo/build/version.h: filo grub2: $(MAKE) -C payloads/external/GRUB2 -f Makefile.inc \ |