diff options
author | Bob Copeland <me@bobcopeland.com> | 2009-03-08 00:10:20 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-16 18:09:37 -0400 |
commit | 0ed4548f81b69363a6257dbc23086fc9fe4a23cb (patch) | |
tree | a7513ef6461534124bca54ee0e33f2d57438642b /drivers/net/wireless/ath5k/Makefile | |
parent | 8d6c39efed5987d3c1ade96e93753125a099f512 (diff) |
ath5k: extract LED code into a separate file
Move LED code out of base.c for clarity.
Changes-licensed-under: 3-Clause-BSD
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath5k/Makefile')
-rw-r--r-- | drivers/net/wireless/ath5k/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath5k/Makefile b/drivers/net/wireless/ath5k/Makefile index 719cfaef7085..84a74c5248e5 100644 --- a/drivers/net/wireless/ath5k/Makefile +++ b/drivers/net/wireless/ath5k/Makefile | |||
@@ -10,5 +10,6 @@ ath5k-y += phy.o | |||
10 | ath5k-y += reset.o | 10 | ath5k-y += reset.o |
11 | ath5k-y += attach.o | 11 | ath5k-y += attach.o |
12 | ath5k-y += base.o | 12 | ath5k-y += base.o |
13 | ath5k-y += led.o | ||
13 | ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o | 14 | ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o |
14 | obj-$(CONFIG_ATH5K) += ath5k.o | 15 | obj-$(CONFIG_ATH5K) += ath5k.o |