aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath9k/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile
index 49d3f25f509d..390797db5273 100644
--- a/drivers/net/wireless/ath/ath9k/Makefile
+++ b/drivers/net/wireless/ath/ath9k/Makefile
@@ -34,7 +34,8 @@ ath9k_hw-y:= \
34 ar9002_mac.o \ 34 ar9002_mac.o \
35 ar9003_mac.o \ 35 ar9003_mac.o \
36 ar9003_eeprom.o \ 36 ar9003_eeprom.o \
37 ar9003_paprd.o 37 ar9003_paprd.o \
38 ar9003_mci.o
38 39
39obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o 40obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
40 41