diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-26 20:42:26 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-26 20:42:26 +0000 |
commit | 93e7bbfc3f9f189984d21704b3171940ddfcc3e6 (patch) | |
tree | 64ed92cc85c5f2279bb44e66c6cd6fb525203ac2 /package/nozomi/files/Makefile | |
parent | eb81d2d1629a0ecc62066ca593d55e97485d1408 (diff) |
remove a few packages which only work with linux 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21949 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nozomi/files/Makefile')
-rw-r--r-- | package/nozomi/files/Makefile | 14 |
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) |