madwifi: rework tx power handling, don't clamp user-configured tx power limit based...
[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)
This page took 0.074088 seconds and 5 git commands to generate.