summaryrefslogtreecommitdiffstats
path: root/package/nozomi/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/nozomi/files/Makefile')
-rw-r--r--package/nozomi/files/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/nozomi/files/Makefile b/package/nozomi/files/Makefile
new file mode 100644
index 000000000..85ea948f6
--- /dev/null
+++ b/package/nozomi/files/Makefile
@@ -0,0 +1,15 @@
+# $Id$
+
+O_TARGET := noz.o
+
+export-objs := nozomi.o kfifo.o
+
+list-multi := noz.o
+noz-objs := nozomi.o kfifo.o
+
+obj-m := noz.o
+
+include $(TOPDIR)/Rules.make
+
+noz.o: $(noz-objs)
+ $(LD) -r -o $@ $(noz-objs)