diff options
Diffstat (limited to 'drivers/net/wireless/ath5k/Makefile')
-rw-r--r-- | drivers/net/wireless/ath5k/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath5k/Makefile b/drivers/net/wireless/ath5k/Makefile index ada1095d4ef1..0f14b00f648e 100644 --- a/drivers/net/wireless/ath5k/Makefile +++ b/drivers/net/wireless/ath5k/Makefile | |||
@@ -1,2 +1,6 @@ | |||
1 | ath5k-objs = base.o hw.o initvals.o phy.o debug.o | 1 | ath5k-y += base.o |
2 | obj-$(CONFIG_ATH5K) += ath5k.o | 2 | ath5k-y += hw.o |
3 | ath5k-y += initvals.o | ||
4 | ath5k-y += phy.o | ||
5 | ath5k-y += debug.o | ||
6 | obj-$(CONFIG_ATH5K) += ath5k.o | ||