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
commit853a1ad7495a596fc090067fc294de2d8aae0395 (patch)
tree9b2334e15bf1e4823aa5806be9f740e2e27cb34a /package/b43/src/Makefile
parenta44a1c7594e0e716eb802d671ceb4c76a3522bae (diff)
downloadmaster-187ad058-853a1ad7495a596fc090067fc294de2d8aae0395.tar.gz
master-187ad058-853a1ad7495a596fc090067fc294de2d8aae0395.tar.bz2
master-187ad058-853a1ad7495a596fc090067fc294de2d8aae0395.zip
Update b43 to work in AP mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12300 3c298f89-4303-0410-b956-a3cf2f4a3e73
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