summaryrefslogtreecommitdiff
path: root/package/nozomi/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-03 23:55:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-03 23:55:49 +0000
commit68334478aab160e73857497ec57779a318658cb8 (patch)
treede63c5dfddfa9851fbca2f26ab7a525257ef83e3 /package/nozomi/files
parentb7bede71f60fc9e9308b5deaca083245955ed0c7 (diff)
downloadmtk-20170518-68334478aab160e73857497ec57779a318658cb8.zip
mtk-20170518-68334478aab160e73857497ec57779a318658cb8.tar.gz
mtk-20170518-68334478aab160e73857497ec57779a318658cb8.tar.bz2
add nozomi driver
SVN-Revision: 5431
Diffstat (limited to 'package/nozomi/files')
-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 0000000..85ea948
--- /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)