diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:26 +0000 |
commit | d66662593c79fd184560e054ebea2b1a972e9ed4 (patch) | |
tree | b574cfc9b7a38df3ba0cea0cfd1e14151f480d51 /package/nozomi/files/Makefile | |
parent | 95c5443b843c7875794c17aeba33213b71ba4dbb (diff) | |
download | upstream-d66662593c79fd184560e054ebea2b1a972e9ed4.tar.gz upstream-d66662593c79fd184560e054ebea2b1a972e9ed4.tar.bz2 upstream-d66662593c79fd184560e054ebea2b1a972e9ed4.zip |
remove a few packages which only work with linux 2.4
SVN-Revision: 21949
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 101961db09..0000000000 --- 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) |