aboutsummaryrefslogtreecommitdiffstats
path: root/package/bcm43xx-mac80211/src/bcm43xx/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-13 22:41:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-13 22:41:23 +0000
commitf4fe9c2f3d237fdfc0c0d08d638d6055c8ee0e76 (patch)
tree5e93c6897df53e6242d09bb174571a32362a1ac9 /package/bcm43xx-mac80211/src/bcm43xx/Makefile
parent46fd826cb8f7fc827ab283e55a809a559afb742b (diff)
downloadupstream-f4fe9c2f3d237fdfc0c0d08d638d6055c8ee0e76.tar.gz
upstream-f4fe9c2f3d237fdfc0c0d08d638d6055c8ee0e76.tar.bz2
upstream-f4fe9c2f3d237fdfc0c0d08d638d6055c8ee0e76.zip
remove old bcm43xx-mac80211... will be replaced by b43
SVN-Revision: 9291
Diffstat (limited to 'package/bcm43xx-mac80211/src/bcm43xx/Makefile')
-rw-r--r--package/bcm43xx-mac80211/src/bcm43xx/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/bcm43xx-mac80211/src/bcm43xx/Makefile b/package/bcm43xx-mac80211/src/bcm43xx/Makefile
deleted file mode 100644
index ce66b7b724..0000000000
--- a/package/bcm43xx-mac80211/src/bcm43xx/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-obj-$(CONFIG_BCM43XX_MAC80211) += bcm43xx-mac80211.o
-
-bcm43xx-mac80211-obj-$(CONFIG_BCM43XX_MAC80211_PCMCIA) += bcm43xx_pcmcia.o
-
-bcm43xx-mac80211-obj-$(CONFIG_BCM43XX_MAC80211_DEBUG) += bcm43xx_debugfs.o
-
-bcm43xx-mac80211-obj-$(CONFIG_BCM43XX_MAC80211_DMA) += bcm43xx_dma.o
-bcm43xx-mac80211-obj-$(CONFIG_BCM43XX_MAC80211_PIO) += bcm43xx_pio.o
-
-bcm43xx-mac80211-objs := bcm43xx_main.o \
- bcm43xx_tables.o \
- bcm43xx_phy.o \
- bcm43xx_power.o \
- bcm43xx_sysfs.o \
- bcm43xx_leds.o \
- bcm43xx_xmit.o \
- bcm43xx_lo.o \
- $(bcm43xx-mac80211-obj-y)