[kmod bluetooth] hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile...
[openwrt.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)
This page took 0.038291 seconds and 5 git commands to generate.