summaryrefslogtreecommitdiffstats
path: root/devices/Makefile
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2007-04-02 10:31:10 +1000
committerJeremy Kerr <jk@ozlabs.org>2007-04-02 10:31:10 +1000
commitf60d0b2e7dbd9d85980866c68d0f87b6bc823663 (patch)
treee41787450d6ef61296ec33b0743275716bba5a95 /devices/Makefile
downloadtalos-petitboot-f60d0b2e7dbd9d85980866c68d0f87b6bc823663.tar.gz
talos-petitboot-f60d0b2e7dbd9d85980866c68d0f87b6bc823663.zip
Initial gitification of petitboot
Start a git repo for petitboot, sources from Ben Herrenschmidt and Jeremy Kerr. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'devices/Makefile')
-rw-r--r--devices/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/devices/Makefile b/devices/Makefile
new file mode 100644
index 0000000..ec9d87c
--- /dev/null
+++ b/devices/Makefile
@@ -0,0 +1,9 @@
+
+CC=gcc
+CFLAGS=-Wall -g -O2
+
+parsers = native-parser.o
+
+all: udev-helper
+
+udev-helper: udev-helper.o params.o $(parsers)
OpenPOWER on IntegriCloud