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
ocfs2: fix possible use-after-free with AIO
[linux/fpc-iii.git]
/
drivers
/
staging
/
vt6655
/
Makefile
blob
f7544a6cb63e8f96d2459f5c749fd31d0263179d
1
# TODO: all of these should be removed
2
ccflags-y
:= -
DLINUX
-
D__KERNEL__
-
D__NO_VERSION__
3
ccflags-y
+= -
DHOSTAP
4
5
vt6655_stage-y
+=
device_main.o \
6
card.o \
7
channel.o \
8
mac.o \
9
baseband.o \
10
wctl.o \
11
80211
mgr.o \
12
wcmd.o \
13
wmgr.o \
14
bssdb.o \
15
rxtx.o \
16
dpc.o \
17
power.o \
18
datarate.o \
19
srom.o \
20
mib.o \
21
rc4.o \
22
tether.o \
23
tcrc.o \
24
ioctl.o \
25
hostap.o \
26
wpa.o \
27
key.o \
28
tkip.o \
29
michael.o \
30
wroute.o \
31
rf.o \
32
iwctl.o \
33
wpactl.o \
34
wpa2.o \
35
aes_ccmp.o \
36
vntwifi.o \
37
IEEE11h.o
38
39
obj-
$(
CONFIG_VT6655
) +=
vt6655_stage.o