summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/Makefile
blob: fae984d10ce9d8687d6e6a56feb299a3f1404205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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_wlan-y := cw1200_sdio.o

obj-$(CONFIG_CW1200) += cw1200_core.o
obj-$(CONFIG_CW1200) += cw1200_wlan.o