aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/cw1200/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/cw1200/Makefile')
-rw-r--r--drivers/net/wireless/cw1200/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/net/wireless/cw1200/Makefile b/drivers/net/wireless/cw1200/Makefile
new file mode 100644
index 000000000000..c19737276be2
--- /dev/null
+++ b/drivers/net/wireless/cw1200/Makefile
@@ -0,0 +1,24 @@
1cw1200_core-y := \
2 fwio.o \
3 txrx.o \
4 main.o \
5 queue.o \
6 hwio.o \
7 bh.o \
8 wsm.o \
9 sta.o \
10 scan.o \
11 pm.o \
12 debug.o
13cw1200_core-$(CONFIG_CW1200_ITP) += itp.o
14
15# CFLAGS_sta.o += -DDEBUG
16
17cw1200_wlan_sdio-y := cw1200_sdio.o
18cw1200_wlan_spi-y := cw1200_spi.o
19cw1200_wlan_sagrad-y := cw1200_sagrad.o
20
21obj-$(CONFIG_CW1200) += cw1200_core.o
22obj-$(CONFIG_CW1200_WLAN_SDIO) += cw1200_wlan_sdio.o
23obj-$(CONFIG_CW1200_WLAN_SPI) += cw1200_wlan_spi.o
24obj-$(CONFIG_CW1200_WLAN_SAGRAD) += cw1200_wlan_sagrad.o