diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-06-28 07:34:53 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-06-28 07:34:53 -0400 |
commit | afbed1bde45edc7829ac02644815796efc7dd4ac (patch) | |
tree | 6a2ba982d4402a1a64e298a58be9bf231034942c /Makefile | |
parent | 83d6ed63495db1a8db314225a9eb20a770152360 (diff) | |
download | seabios-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |