]> git.ozlabs.org Git - petitboot/blobdiff - Makefile
Ignore ramdisk devices.
[petitboot] / Makefile
index 240f5d6901a10752a653bd8b9acc74db80b7129a..21bbd1b3f2c7ad018d2330b48b25a4f9ebd67f8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,14 +3,14 @@ VERSION=0.0.1
 PACKAGE=petitboot
 CC=gcc
 INSTALL=install
 PACKAGE=petitboot
 CC=gcc
 INSTALL=install
-TWIN_CFLAGS=$(shell pkg-config --cflags libtwin)
-TWIN_LDFLAGS=$(shell pkg-config --libs libtwin)
+TWIN_CFLAGS?=$(shell pkg-config --cflags libtwin)
+TWIN_LDFLAGS?=$(shell pkg-config --libs libtwin)
 
 LDFLAGS = 
 CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'
 
 
 LDFLAGS = 
 CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'
 
-PARSERS = native yaboot
-ARTWORK = background.png cdrom.png hdd.png usbpen.png cursor
+PARSERS = native yaboot kboot
+ARTWORK = background.jpg cdrom.png hdd.png usbpen.png tux.png cursor.gz
 
 all: petitboot udev-helper
 
 
 all: petitboot udev-helper