Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[deliverable/linux.git] / drivers / staging / vt6656 / Makefile
1 # TODO: all of these should be removed
2 ccflags-y := -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__
3 ccflags-y += -DHOSTAP
4
5 vt6656_stage-y += main_usb.o \
6 card.o \
7 mac.o \
8 baseband.o \
9 wctl.o \
10 80211mgr.o \
11 wcmd.o\
12 wmgr.o \
13 bssdb.o \
14 wpa2.o \
15 rxtx.o \
16 dpc.o \
17 power.o \
18 datarate.o \
19 rc4.o \
20 tether.o \
21 wpa.o \
22 key.o \
23 tkip.o \
24 michael.o \
25 rf.o \
26 iwctl.o \
27 wpactl.o \
28 usbpipe.o \
29 channel.o \
30 firmware.o \
31 int.o
32
33 obj-$(CONFIG_VT6656) += vt6656_stage.o
This page took 0.031681 seconds and 5 git commands to generate.