summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/Makefile
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:31 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:31 +0200
commit5c807f98e94548dac3fcbd391389c0869f8a9f32 (patch)
treed8b652c2d428b78f7bdfd890102b5a5ca2628093 /drivers/staging/cw1200/Makefile
parentfe07b033c06f6f5e9bda543da22cfa7962325e56 (diff)
parentbd6a3784c37447e7336759ff4910f6cd3ff89f34 (diff)
Merge topic branch 'wlan' into integration-linux-ux500-3.3
Diffstat (limited to 'drivers/staging/cw1200/Makefile')
-rw-r--r--drivers/staging/cw1200/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/staging/cw1200/Makefile b/drivers/staging/cw1200/Makefile
new file mode 100644
index 00000000000..67d7867c1b5
--- /dev/null
+++ b/drivers/staging/cw1200/Makefile
@@ -0,0 +1,20 @@
+cw1200_core-y := \
+ fwio.o \
+ txrx.o \
+ main.o \
+ queue.o \
+ hwio.o \
+ bh.o \
+ wsm.o \
+ sta.o \
+ ap.o \
+ scan.o
+cw1200_core-$(CONFIG_CW1200_DEBUGFS) += debug.o
+cw1200_core-$(CONFIG_CW1200_ITP) += itp.o
+cw1200_core-$(CONFIG_PM) += pm.o
+
+cw1200_wlan-y := cw1200_sdio.o
+
+obj-$(CONFIG_CW1200) += cw1200_core.o
+obj-$(CONFIG_CW1200) += cw1200_wlan.o
+