repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tty/serial: atmel_serial: whitespace and braces modifications
[zen-stable.git]
/
drivers
/
staging
/
vt6656
/
Makefile
blob
41ed06bb6654ba3eb9af301801a8a991935e0ce3
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
ioctl.o \
24
hostap.o \
25
wpa.o \
26
key.o \
27
tkip.o \
28
michael.o \
29
rf.o \
30
iwctl.o \
31
wpactl.o \
32
aes_ccmp.o \
33
usbpipe.o \
34
channel.o \
35
control.o \
36
firmware.o \
37
int.o
38
39
obj-
$(
CONFIG_VT6656
) +=
vt6656_stage.o