summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/Makefile
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-06-04 19:45:35 +0800
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-06-04 19:45:35 +0800
commit6da6382191c30868dd8bf0624f6c2439339b7760 (patch)
tree8d6f273d0a4db9c0651371386c67e6c4f7de98c9 /drivers/staging/cw1200/Makefile
parent06c48e022c9737a840da15fd47c7df24dc5d5b9a (diff)
parent5c5f4d2df9e9c8eacfdab76ac8060d80c802616c (diff)
Merge topic branch 'wlan' into integration-linux-ux500
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
+