4 # Makefile for the HAL-based Atheros driver.
11 +obj := $(firstword $(obj) $(SUBDIRS) .)
14 ifneq (svnversion.h,$(MAKECMDGOALS))
18 # Makefile for the Atheros WLAN driver.
25 +obj := $(firstword $(obj) $(SUBDIRS) .)
28 ifeq ($(strip $(BUS)),AHB)
29 --- a/ath_hal/Makefile
30 +++ b/ath_hal/Makefile
32 # Makefile for the Atheros WLAN driver.
39 +obj := $(firstword $(obj) $(SUBDIRS) .)
42 include $(TOP)/Makefile.inc
43 --- a/ath_rate/Makefile
44 +++ b/ath_rate/Makefile
50 +obj := $(firstword $(obj) $(SUBDIRS) .)
53 obj-y := amrr/ onoe/ sample/ minstrel/
54 --- a/ath_rate/amrr/Makefile
55 +++ b/ath_rate/amrr/Makefile
58 # Makefile for the Atheros Rate Control Support.
64 +obj := $(firstword $(obj) $(SUBDIRS) .)
67 obj-m += ath_rate_amrr.o
68 --- a/ath_rate/minstrel/Makefile
69 +++ b/ath_rate/minstrel/Makefile
72 # Makefile for the Atheros Rate Control Support.
78 +obj := $(firstword $(obj) $(SUBDIRS) .)
81 obj-m += ath_rate_minstrel.o
82 --- a/ath_rate/onoe/Makefile
83 +++ b/ath_rate/onoe/Makefile
86 # Makefile for the Atheros Rate Control Support.
92 +obj := $(firstword $(obj) $(SUBDIRS) .)
95 obj-m += ath_rate_onoe.o
96 --- a/ath_rate/sample/Makefile
97 +++ b/ath_rate/sample/Makefile
100 # Makefile for the Atheros Rate Control Support.
106 +obj := $(firstword $(obj) $(SUBDIRS) .)
109 obj-m += ath_rate_sample.o
110 --- a/net80211/Makefile
111 +++ b/net80211/Makefile
114 # Makefile for the 802.11 WLAN modules.
120 +obj := $(firstword $(obj) $(SUBDIRS) .)
123 # There is one authenticator mechanism: an in-kernel implementation
124 --- a/regression/Makefile
125 +++ b/regression/Makefile
131 +obj := $(firstword $(obj) $(SUBDIRS) .)
134 obj-y := ccmp/ tkip/ wep/
135 --- a/regression/ccmp/Makefile
136 +++ b/regression/ccmp/Makefile
139 # Makefile for the CCMP regression test.
145 +obj := $(firstword $(obj) $(SUBDIRS) .)
148 obj-m += ath_test_ccmp.o
149 --- a/regression/tkip/Makefile
150 +++ b/regression/tkip/Makefile
153 # Makefile for the TKIP regression test.
159 +obj := $(firstword $(obj) $(SUBDIRS) .)
162 obj-m += ath_test_tkip.o
163 --- a/regression/wep/Makefile
164 +++ b/regression/wep/Makefile
167 # Makefile for the WEP regression test.
173 +obj := $(firstword $(obj) $(SUBDIRS) .)
176 obj-m += ath_test_wep.o