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/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/nozomi/files/Makefile b/package/nozomi/files/Makefile
deleted file mode 100644
index 101961db0..000000000
--- a/package/nozomi/files/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-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)