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
gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git]
/
drivers
/
staging
/
vt6655
/
Makefile
blob
a151f30fc46f193bd68e09ff49f2764b679f38e0
1
# SPDX-License-Identifier: GPL-2.0
2
# TODO: all of these should be removed
3
ccflags-y
:= -
DLINUX
-
D__KERNEL__
-
D__NO_VERSION__
4
ccflags-y
+= -
DHOSTAP
5
6
vt6655_stage-y
+=
device_main.o \
7
card.o \
8
channel.o \
9
mac.o \
10
baseband.o \
11
rxtx.o \
12
dpc.o \
13
power.o \
14
srom.o \
15
key.o \
16
rf.o
17
18
obj-
$(
CONFIG_VT6655
) +=
vt6655_stage.o