remove generic linux 2.4 support
[openwrt/svn-archive/archive.git] / package / nozomi / files / Makefile
1
2 O_TARGET := noz.o
3
4 export-objs := nozomi.o kfifo.o
5
6 list-multi := noz.o
7 noz-objs := nozomi.o kfifo.o
8
9 obj-m := noz.o
10
11 include $(TOPDIR)/Rules.make
12
13 noz.o: $(noz-objs)
14 $(LD) -r -o $@ $(noz-objs)