remove a few packages which only work with linux 2.4
[openwrt/staging/chunkeey.git] / package / nozomi / files / Makefile
diff --git a/package/nozomi/files/Makefile b/package/nozomi/files/Makefile
deleted file mode 100644 (file)
index 101961d..0000000
+++ /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)