aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/Makefile
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2011-11-20 23:32:10 +0200
committerLuciano Coelho <coelho@ti.com>2012-04-12 08:43:56 +0300
commitb2ba99ff327f43684993c47a0f34bfa48f2ac210 (patch)
tree46fa302d2f4c5001942bdb17f68d03e804714fbf /drivers/net/wireless/ti/wlcore/Makefile
parentwl12xx/wlcore: rename wl12xx to wlcore (diff)
downloadlinux-dev-b2ba99ff327f43684993c47a0f34bfa48f2ac210.tar.xz
linux-dev-b2ba99ff327f43684993c47a0f34bfa48f2ac210.zip
wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx
Create a new small wl12xx module that only contains the probe functions and depends entirely on wlcore otherwise. Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/Makefile')
-rw-r--r--drivers/net/wireless/ti/wlcore/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/wireless/ti/wlcore/Makefile b/drivers/net/wireless/ti/wlcore/Makefile
index 98f289c907a9..d9fba9e32130 100644
--- a/drivers/net/wireless/ti/wlcore/Makefile
+++ b/drivers/net/wireless/ti/wlcore/Makefile
@@ -1,13 +1,13 @@
-wl12xx-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
+wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
boot.o init.o debugfs.o scan.o
-wl12xx_spi-objs = spi.o
-wl12xx_sdio-objs = sdio.o
+wlcore_spi-objs = spi.o
+wlcore_sdio-objs = sdio.o
-wl12xx-$(CONFIG_NL80211_TESTMODE) += testmode.o
-obj-$(CONFIG_WL12XX) += wl12xx.o
-obj-$(CONFIG_WL12XX_SPI) += wl12xx_spi.o
-obj-$(CONFIG_WL12XX_SDIO) += wl12xx_sdio.o
+wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
+obj-$(CONFIG_WLCORE) += wlcore.o
+obj-$(CONFIG_WLCORE_SPI) += wlcore_spi.o
+obj-$(CONFIG_WLCORE_SDIO) += wlcore_sdio.o
# small builtin driver bit
obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx_platform_data.o