summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/Makefile
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-25 03:53:42 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-25 03:53:42 -0300
commit03dd4cb26d967f9588437b0fc9cc0e8353322bb7 (patch)
treefa581f6dc1c0596391690d1f67eceef3af8246dc /drivers/net/wireless/b43/Makefile
parentd4e493caf788ef44982e131ff9c786546904d934 (diff)
Linux-libre 4.5-gnu
Diffstat (limited to 'drivers/net/wireless/b43/Makefile')
-rw-r--r--drivers/net/wireless/b43/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/drivers/net/wireless/b43/Makefile b/drivers/net/wireless/b43/Makefile
deleted file mode 100644
index ddc4df466..000000000
--- a/drivers/net/wireless/b43/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-b43-y += main.o
-b43-y += bus.o
-b43-$(CONFIG_B43_PHY_G) += phy_a.o phy_g.o tables.o lo.o wa.o
-b43-$(CONFIG_B43_PHY_N) += tables_nphy.o
-b43-$(CONFIG_B43_PHY_N) += radio_2055.o
-b43-$(CONFIG_B43_PHY_N) += radio_2056.o
-b43-$(CONFIG_B43_PHY_N) += radio_2057.o
-b43-y += phy_common.o
-b43-$(CONFIG_B43_PHY_N) += phy_n.o
-b43-$(CONFIG_B43_PHY_LP) += phy_lp.o
-b43-$(CONFIG_B43_PHY_LP) += tables_lpphy.o
-b43-$(CONFIG_B43_PHY_HT) += phy_ht.o
-b43-$(CONFIG_B43_PHY_HT) += tables_phy_ht.o
-b43-$(CONFIG_B43_PHY_HT) += radio_2059.o
-b43-$(CONFIG_B43_PHY_LCN) += phy_lcn.o tables_phy_lcn.o
-b43-$(CONFIG_B43_PHY_AC) += phy_ac.o
-b43-y += sysfs.o
-b43-y += xmit.o
-b43-y += dma.o
-b43-y += pio.o
-b43-y += rfkill.o
-b43-y += ppr.o
-b43-$(CONFIG_B43_LEDS) += leds.o
-b43-$(CONFIG_B43_SDIO) += sdio.o
-b43-$(CONFIG_B43_DEBUG) += debugfs.o
-
-obj-$(CONFIG_B43) += b43.o