get rid of $Id$ - it has never helped us and it has broken too many patches ;)
[openwrt/staging/yousong.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)