aboutsummaryrefslogtreecommitdiffstats
path: root/package/b43/src/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-13 19:37:40 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-08-13 19:37:40 +0000
commit2c6b679ceb76bce4e7192aedb5de7d1d31a4f15f (patch)
tree311fb47563a36efe9df914e059b6d73b62c272b8 /package/b43/src/Makefile
parent1d05e688ab26888b5a685331ab93f9378d26cb34 (diff)
downloadupstream-2c6b679ceb76bce4e7192aedb5de7d1d31a4f15f.tar.gz
upstream-2c6b679ceb76bce4e7192aedb5de7d1d31a4f15f.tar.bz2
upstream-2c6b679ceb76bce4e7192aedb5de7d1d31a4f15f.zip
Update b43 to work in AP mode
SVN-Revision: 12300
Diffstat (limited to 'package/b43/src/Makefile')
-rw-r--r--package/b43/src/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/b43/src/Makefile b/package/b43/src/Makefile
index 8c52b0b986..e69de29bb2 100644
--- a/package/b43/src/Makefile
+++ b/package/b43/src/Makefile
@@ -1,17 +0,0 @@
-b43-y += main.o
-b43-y += tables.o
-b43-$(CONFIG_B43_NPHY) += tables_nphy.o
-b43-y += phy.o
-b43-$(CONFIG_B43_NPHY) += nphy.o
-b43-y += sysfs.o
-b43-y += xmit.o
-b43-y += lo.o
-b43-y += wa.o
-b43-y += dma.o
-b43-$(CONFIG_B43_PIO) += pio.o
-b43-$(CONFIG_B43_RFKILL) += rfkill.o
-b43-$(CONFIG_B43_LEDS) += leds.o
-b43-$(CONFIG_B43_PCMCIA) += pcmcia.o
-b43-$(CONFIG_B43_DEBUG) += debugfs.o
-
-obj-$(CONFIG_B43) += b43.o