diff options
Diffstat (limited to 'drivers/net/wireless/ath/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile index 8113a5042afa..0e8f528c81c0 100644 --- a/drivers/net/wireless/ath/Makefile +++ b/drivers/net/wireless/ath/Makefile | |||
@@ -1,11 +1,12 @@ | |||
1 | obj-$(CONFIG_ATH5K) += ath5k/ | 1 | obj-$(CONFIG_ATH5K) += ath5k/ |
2 | obj-$(CONFIG_ATH9K_HW) += ath9k/ | 2 | obj-$(CONFIG_ATH9K_HW) += ath9k/ |
3 | obj-$(CONFIG_AR9170_USB) += ar9170/ | 3 | obj-$(CONFIG_CARL9170) += carl9170/ |
4 | 4 | ||
5 | obj-$(CONFIG_ATH_COMMON) += ath.o | 5 | obj-$(CONFIG_ATH_COMMON) += ath.o |
6 | 6 | ||
7 | ath-objs := main.o \ | 7 | ath-objs := main.o \ |
8 | regd.o \ | 8 | regd.o \ |
9 | hw.o | 9 | hw.o \ |
10 | key.o | ||
10 | 11 | ||
11 | ath-$(CONFIG_ATH_DEBUG) += debug.o | 12 | ath-$(CONFIG_ATH_DEBUG) += debug.o |