repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
[linux/fpc-iii.git]
/
drivers
/
staging
/
vt6656
/
Makefile
blob
c998547884c00af3469f8c75ca79b96175f7db2b
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
80211
mgr.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
mib.o \
20
rc4.o \
21
tether.o \
22
tcrc.o \
23
hostap.o \
24
wpa.o \
25
key.o \
26
tkip.o \
27
michael.o \
28
rf.o \
29
iwctl.o \
30
wpactl.o \
31
aes_ccmp.o \
32
usbpipe.o \
33
channel.o \
34
control.o \
35
firmware.o \
36
int.o
37
38
obj-
$(
CONFIG_VT6656
) +=
vt6656_stage.o