~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/b43/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
b43-y                           += main.o
 
2
b43-y                           += bus.o
 
3
b43-y                           += tables.o
 
4
b43-$(CONFIG_B43_PHY_N)         += tables_nphy.o
 
5
b43-$(CONFIG_B43_PHY_N)         += radio_2055.o
 
6
b43-$(CONFIG_B43_PHY_N)         += radio_2056.o
 
7
b43-y                           += phy_common.o
 
8
b43-y                           += phy_g.o
 
9
b43-y                           += phy_a.o
 
10
b43-$(CONFIG_B43_PHY_N)         += phy_n.o
 
11
b43-$(CONFIG_B43_PHY_LP)        += phy_lp.o
 
12
b43-$(CONFIG_B43_PHY_LP)        += tables_lpphy.o
 
13
b43-$(CONFIG_B43_PHY_HT)        += phy_ht.o
 
14
b43-$(CONFIG_B43_PHY_HT)        += tables_phy_ht.o
 
15
b43-$(CONFIG_B43_PHY_HT)        += radio_2059.o
 
16
b43-$(CONFIG_B43_PHY_LCN)       += phy_lcn.o tables_phy_lcn.o
 
17
b43-y                           += sysfs.o
 
18
b43-y                           += xmit.o
 
19
b43-y                           += lo.o
 
20
b43-y                           += wa.o
 
21
b43-y                           += dma.o
 
22
b43-y                           += pio.o
 
23
b43-y                           += rfkill.o
 
24
b43-$(CONFIG_B43_LEDS)          += leds.o
 
25
b43-$(CONFIG_B43_PCMCIA)        += pcmcia.o
 
26
b43-$(CONFIG_B43_SDIO)          += sdio.o
 
27
b43-$(CONFIG_B43_DEBUG)         += debugfs.o
 
28
 
 
29
obj-$(CONFIG_B43)               += b43.o