base-files: remove redundant netmask handling in 10-routes
[openwrt/openwrt.git] / package / nozomi / files / Makefile
1 # $Id$
2
3 O_TARGET := noz.o
4
5 export-objs := nozomi.o kfifo.o
6
7 list-multi := noz.o
8 noz-objs := nozomi.o kfifo.o
9
10 obj-m := noz.o
11
12 include $(TOPDIR)/Rules.make
13
14 noz.o: $(noz-objs)
15 $(LD) -r -o $@ $(noz-objs)