diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile index 8caf2a8f8953..e53f9680a385 100644 --- a/drivers/net/wireless/ath/ath9k/Makefile +++ b/drivers/net/wireless/ath/ath9k/Makefile | |||
@@ -23,3 +23,6 @@ ath9k_hw-y:= hw.o \ | |||
23 | mac.o \ | 23 | mac.o \ |
24 | 24 | ||
25 | obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o | 25 | obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o |
26 | |||
27 | obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o | ||
28 | ath9k_common-y:= common.o | ||