summaryrefslogtreecommitdiffstats
path: root/devices/Makefile
diff options
context:
space:
mode:
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