diff options
Diffstat (limited to 'drivers/net/wireless/cw1200/Makefile')
-rw-r--r-- | drivers/net/wireless/cw1200/Makefile | 24 |
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 @@ | |||
1 | cw1200_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 | ||
13 | cw1200_core-$(CONFIG_CW1200_ITP) += itp.o | ||
14 | |||
15 | # CFLAGS_sta.o += -DDEBUG | ||
16 | |||
17 | cw1200_wlan_sdio-y := cw1200_sdio.o | ||
18 | cw1200_wlan_spi-y := cw1200_spi.o | ||
19 | cw1200_wlan_sagrad-y := cw1200_sagrad.o | ||
20 | |||
21 | obj-$(CONFIG_CW1200) += cw1200_core.o | ||
22 | obj-$(CONFIG_CW1200_WLAN_SDIO) += cw1200_wlan_sdio.o | ||
23 | obj-$(CONFIG_CW1200_WLAN_SPI) += cw1200_wlan_spi.o | ||
24 | obj-$(CONFIG_CW1200_WLAN_SAGRAD) += cw1200_wlan_sagrad.o | ||