summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-04-02 16:30:49 +1000
committerJeremy Kerr <jk@ozlabs.org>2007-04-03 14:15:24 +1000
commit747a0d462cf02ec2b6649f5a3d9b759424d793f8 (patch)
treefbca098101d79eee06495961cce84e5c3707457b /Makefile
parentf95c710a32afd514b7a1d5072bab0adf7323936b (diff)
downloadtalos-petitboot-747a0d462cf02ec2b6649f5a3d9b759424d793f8.tar.gz
talos-petitboot-747a0d462cf02ec2b6649f5a3d9b759424d793f8.zip
Add some basic yaboot.conf parsing support
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 64a8c46..642850d 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ TWIN_LDFLAGS=$(shell pkg-config --libs libtwin)
LDFLAGS =
CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'
-PARSERS = native
+PARSERS = native yaboot
ARTWORK = background.png cdrom.png hdd.png usbpen.png cursor
all: petitboot udev-helper
@@ -20,7 +20,7 @@ petitboot: petitboot.o devices.o
petitboot: LDFLAGS+=$(TWIN_LDFLAGS)
petitboot: CFLAGS+=$(TWIN_CFLAGS)
-udev-helper: devices/udev-helper.o devices/params.o \
+udev-helper: devices/udev-helper.o devices/params.o devices/yaboot-cfg.o \
$(foreach p,$(PARSERS),devices/$(p)-parser.o)
$(CC) $(LDFLAGS) -o $@ $^
OpenPOWER on IntegriCloud