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
thermal/drivers/hisi: Set the thermal zone private data to the sensor pointer
[linux/fpc-iii.git]
/
drivers
/
staging
/
vt6656
/
Makefile
blob
b64c0d87f61269549af45d5d89c0a2c73e3ca2b5
1
# SPDX-License-Identifier: GPL-2.0
2
# TODO: all of these should be removed
3
ccflags-y
:= -
DLINUX
-
D__KERNEL__
-
DEXPORT_SYMTAB
-
D__NO_VERSION__
4
ccflags-y
+= -
DHOSTAP
5
6
vt6656_stage-y
+=
main_usb.o \
7
card.o \
8
mac.o \
9
baseband.o \
10
wcmd.o\
11
rxtx.o \
12
dpc.o \
13
power.o \
14
key.o \
15
rf.o \
16
usbpipe.o \
17
channel.o \
18
firmware.o \
19
int.o
20
21
obj-
$(
CONFIG_VT6656
) +=
vt6656_stage.o