summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2007-04-05 11:39:21 +1000
committerJeremy Kerr <jk@ozlabs.org>2007-04-05 11:39:21 +1000
commit457341fd01e3796f908dd1c428bf1b23eabee704 (patch)
treee5e98e818d6aed0c5fa4f3860684e90827e7ef78 /Makefile
parent498b745ce85026ceb5912b10a08e53ffbd0f1598 (diff)
downloadtalos-petitboot-457341fd01e3796f908dd1c428bf1b23eabee704.tar.gz
talos-petitboot-457341fd01e3796f908dd1c428bf1b23eabee704.zip
Use compressed cursor
Twin can support compressed cursors, so save a little space here. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 870fb14..ff7d446 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LDFLAGS =
CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'
PARSERS = native yaboot kboot
-ARTWORK = background.jpg cdrom.png hdd.png usbpen.png cursor
+ARTWORK = background.jpg cdrom.png hdd.png usbpen.png cursor.gz
all: petitboot udev-helper
OpenPOWER on IntegriCloud