Remove struct ath_pci_softc, it's pointless for supported kernels
[madwifi/.git] / ath_rate / Makefile
1 obj := $(firstword $(obj) $(SUBDIRS) .)
2 TOP = $(obj)/..
3
4 obj-y := amrr/ onoe/ sample/ minstrel/
5
6 include $(TOP)/Makefile.inc
7
8 .PHONY: modules
9 modules:
10         $(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) modules
11
12 .PHONY: install
13 install:
14         for i in $(obj-y); do \
15                 $(MAKE) -C $$i install || exit 1; \
16         done
17
18 .PHONY: clean
19 clean:
20         for i in $(obj-y); do \
21                 $(MAKE) -C $$i clean; \
22         done
23
24         rm -f modules.order