summaryrefslogtreecommitdiff
path: root/package/nozomi/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:26 +0000
commitd66662593c79fd184560e054ebea2b1a972e9ed4 (patch)
treeb574cfc9b7a38df3ba0cea0cfd1e14151f480d51 /package/nozomi/files
parent95c5443b843c7875794c17aeba33213b71ba4dbb (diff)
downloadmtk-20170518-d66662593c79fd184560e054ebea2b1a972e9ed4.zip
mtk-20170518-d66662593c79fd184560e054ebea2b1a972e9ed4.tar.gz
mtk-20170518-d66662593c79fd184560e054ebea2b1a972e9ed4.tar.bz2
remove a few packages which only work with linux 2.4
SVN-Revision: 21949
Diffstat (limited to 'package/nozomi/files')
-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 101961d..0000000
--- 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)