Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[deliverable/linux.git] / drivers / net / wireless / cw1200 / Makefile
CommitLineData
a910e4a9
SP
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 \
a910e4a9 11 debug.o
4e17b87e 12cw1200_core-$(CONFIG_PM) += pm.o
a910e4a9
SP
13
14# CFLAGS_sta.o += -DDEBUG
15
16cw1200_wlan_sdio-y := cw1200_sdio.o
17cw1200_wlan_spi-y := cw1200_spi.o
a910e4a9
SP
18
19obj-$(CONFIG_CW1200) += cw1200_core.o
20obj-$(CONFIG_CW1200_WLAN_SDIO) += cw1200_wlan_sdio.o
21obj-$(CONFIG_CW1200_WLAN_SPI) += cw1200_wlan_spi.o
This page took 0.062836 seconds and 5 git commands to generate.