aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/Makefile
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2008-08-30 02:27:19 +0200
committerJohn W. Linville <linville@tuxdriver.com>2008-09-05 16:17:43 -0400
commit3d0da7516441d41dbfcc2b2667d9b792d580e50b (patch)
tree7df000ba564c88f215acdf31a47c2d8b7e9e8378 /drivers/net/wireless/b43/Makefile
parent99c4a780624da24d20309f2be5abe5ef8d20fcc0 (diff)
downloadkernel_samsung_tuna-3d0da7516441d41dbfcc2b2667d9b792d580e50b.zip
kernel_samsung_tuna-3d0da7516441d41dbfcc2b2667d9b792d580e50b.tar.gz
kernel_samsung_tuna-3d0da7516441d41dbfcc2b2667d9b792d580e50b.tar.bz2
b43: Move code from nphy.* to phy_n.*
Sourcecode files for PHY code are named by phy_XXX.{c,h} where XXX is the PHY type. Move the N-PHY code to match the other files. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/Makefile')
-rw-r--r--drivers/net/wireless/b43/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/Makefile b/drivers/net/wireless/b43/Makefile
index fb6ffce..7fe4903 100644
--- a/drivers/net/wireless/b43/Makefile
+++ b/drivers/net/wireless/b43/Makefile
@@ -4,7 +4,7 @@ b43-$(CONFIG_B43_NPHY) += tables_nphy.o
b43-y += phy_common.o
b43-y += phy_g.o
b43-y += phy_a.o
-b43-$(CONFIG_B43_NPHY) += nphy.o
+b43-$(CONFIG_B43_NPHY) += phy_n.o
b43-y += sysfs.o
b43-y += xmit.o
b43-y += lo.o