diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2011-01-29 11:24:58 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-01-29 14:47:48 -0500 |
commit | 42d977125110305704ad5794ba4da163faeed382 (patch) | |
tree | db24f899f53c7ef8b4403b580726e18f90ea5b7c | |
parent | 32aa9f362b2265279daafcba26bc574324479c93 (diff) | |
download | seabios-42d977125110305704ad5794ba4da163faeed382.tar.gz |
The vgabios build must depend on autoconf.h.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ $(OUT)bios.bin.elf $(OUT)bios.bin: $(OUT)rom.o tools/checkrom.py SRCVGA=src/output.c src/util.c vgasrc/vga.c vgasrc/vgafb.c vgasrc/vgaio.c \ vgasrc/vgatables.c vgasrc/vgafonts.c vgasrc/clext.c -$(OUT)vgaccode.16.s: ; $(call whole-compile, $(CFLAGS16) -S -Isrc, $(SRCVGA),$@) +$(OUT)vgaccode.16.s: $(OUT)autoconf.h ; $(call whole-compile, $(CFLAGS16) -S -Isrc, $(SRCVGA),$@) $(OUT)vgalayout16.o: vgaentry.S $(OUT)vgaccode.16.s $(OUT)asm-offsets.h @echo " Compiling (16bit) $@" |