summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-04-03 15:41:07 +1000
committerJeremy Kerr <jk@ozlabs.org>2007-04-03 15:41:07 +1000
commit188f491cdfabc8e01bc483e3652f4f8306311920 (patch)
treed708681868dd56c1a98584b3a339e17dd7df2bce /Makefile
parent1da69f731ac08e3f8c7900135fbf0a933e752455 (diff)
downloadtalos-petitboot-188f491cdfabc8e01bc483e3652f4f8306311920.tar.gz
talos-petitboot-188f491cdfabc8e01bc483e3652f4f8306311920.zip
jpeg background support and scaling
Turn the background image into a jpeg and scale it to screen dimensions Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3bba3e..e192b20 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LDFLAGS =
CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'
PARSERS = native yaboot
-ARTWORK = background.png cdrom.png hdd.png usbpen.png cursor
+ARTWORK = background.jpg cdrom.png hdd.png usbpen.png cursor
all: petitboot udev-helper
OpenPOWER on IntegriCloud