replace a few unnecessary $(shell) calls
[openwrt/mini2440.git] / package / nozomi / files / Makefile
blob85ea948f6f0043e4792a16c8369b6d40bd7f8f57
1 # $Id$
3 O_TARGET := noz.o
5 export-objs := nozomi.o kfifo.o
7 list-multi := noz.o
8 noz-objs := nozomi.o kfifo.o
10 obj-m := noz.o
12 include $(TOPDIR)/Rules.make
14 noz.o: $(noz-objs)
15 $(LD) -r -o $@ $(noz-objs)