move all HAL extensions (everything including direct register read and writes
[madwifi/.git] / ath / Makefile
index e0dbd20b91eaaf79813393182c74e17b1ab75bd0..69c8241a73ec154e93871dff8029ea9388f711b8 100644 (file)
@@ -57,7 +57,7 @@ COPTS += -DDFS_DOMAIN_ETSI -DDFS_DOMAIN_FCC
 include $(TOP)/Makefile.inc
 
 obj-m          += ath_$(BUSNAME).o
-ath_$(BUSNAME)-objs    := if_ath.o if_ath_radar.o if_ath_$(BUSNAME).o
+ath_$(BUSNAME)-objs    := if_ath.o if_ath_radar.o if_ath_hal_extensions.o if_ath_$(BUSNAME).o
 
 INCS += -I$(TOP) -I$(ATH_HAL) -I$(HAL) -I$(WLAN)