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
bna: fix interrupts storm caused by erroneous packets
[linux/fpc-iii.git]
/
drivers
/
staging
/
vt6656
/
Makefile
blob
3dbe1f89dd25060cf275d43be584d49b7eb0d2fc
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
wcmd.o\
10
rxtx.o \
11
dpc.o \
12
power.o \
13
key.o \
14
rf.o \
15
usbpipe.o \
16
channel.o \
17
firmware.o \
18
int.o
19
20
obj-
$(
CONFIG_VT6656
) +=
vt6656_stage.o