diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/net/wireless/b43/Makefile | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'drivers/net/wireless/b43/Makefile')
-rw-r--r-- | drivers/net/wireless/b43/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43/Makefile b/drivers/net/wireless/b43/Makefile index 5e83b6f0a3a0..cef334a8c669 100644 --- a/drivers/net/wireless/b43/Makefile +++ b/drivers/net/wireless/b43/Makefile | |||
@@ -1,10 +1,12 @@ | |||
1 | b43-y += main.o | 1 | b43-y += main.o |
2 | b43-y += tables.o | 2 | b43-y += tables.o |
3 | b43-$(CONFIG_B43_NPHY) += tables_nphy.o | 3 | b43-$(CONFIG_B43_PHY_N) += tables_nphy.o |
4 | b43-$(CONFIG_B43_PHY_N) += radio_2055.o | ||
5 | b43-$(CONFIG_B43_PHY_N) += radio_2056.o | ||
4 | b43-y += phy_common.o | 6 | b43-y += phy_common.o |
5 | b43-y += phy_g.o | 7 | b43-y += phy_g.o |
6 | b43-y += phy_a.o | 8 | b43-y += phy_a.o |
7 | b43-$(CONFIG_B43_NPHY) += phy_n.o | 9 | b43-$(CONFIG_B43_PHY_N) += phy_n.o |
8 | b43-$(CONFIG_B43_PHY_LP) += phy_lp.o | 10 | b43-$(CONFIG_B43_PHY_LP) += phy_lp.o |
9 | b43-$(CONFIG_B43_PHY_LP) += tables_lpphy.o | 11 | b43-$(CONFIG_B43_PHY_LP) += tables_lpphy.o |
10 | b43-y += sysfs.o | 12 | b43-y += sysfs.o |