Merge tag 'regmap-v3.14-rc4' into regmap-linus
[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 tcrc.o \
22 hostap.o \
23 wpa.o \
24 key.o \
25 tkip.o \
26 michael.o \
27 rf.o \
28 iwctl.o \
29 wpactl.o \
30 aes_ccmp.o \
31 usbpipe.o \
32 channel.o \
33 control.o \
34 firmware.o \
35 int.o
36
37 obj-$(CONFIG_VT6656) += vt6656_stage.o
This page took 0.031844 seconds and 6 git commands to generate.