aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-06-28 07:34:53 -0400
committerKevin O'Connor <kevin@koconnor.net>2010-06-28 07:34:53 -0400
commitafbed1bde45edc7829ac02644815796efc7dd4ac (patch)
tree6a2ba982d4402a1a64e298a58be9bf231034942c /Makefile
parent83d6ed63495db1a8db314225a9eb20a770152360 (diff)
downloadseabios-afbed1bde45edc7829ac02644815796efc7dd4ac.tar.gz
Initial bootsplash support.
Support displaying a jpeg file (stored in cbfs) during bootup. Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 927999c8..3798ca68 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ SRCBOTH=misc.c pmm.c stacks.c output.c util.c block.c floppy.c ata.c mouse.c \
SRC16=$(SRCBOTH) system.c disk.c apm.c font.c
SRC32FLAT=$(SRCBOTH) post.c shadow.c memmap.c coreboot.c boot.c \
acpi.c smm.c mptable.c smbios.c pciinit.c optionroms.c mtrr.c \
- lzmadecode.c usb-hub.c paravirt.c
+ lzmadecode.c bootsplash.c jpeg.c usb-hub.c paravirt.c
SRC32SEG=util.c output.c pci.c pcibios.c apm.c stacks.c
cc-option = $(shell if test -z "`$(1) $(2) -S -o /dev/null -xc \