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
Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
staging
/
wfx
/
Makefile
blob
0e0cc982ceab284962ab90996698775f6a1ed19e
1
# SPDX-License-Identifier: GPL-2.0
2
3
# Necessary for CREATE_TRACE_POINTS
4
CFLAGS_debug.o
= -
I
$(
src
)
5
6
wfx-y
:=
\
7
bh.o \
8
hwio.o \
9
fwio.o \
10
hif_tx_mib.o \
11
hif_tx.o \
12
hif_rx.o \
13
queue.o \
14
data_tx.o \
15
data_rx.o \
16
scan.o \
17
sta.o \
18
key.o \
19
main.o \
20
sta.o \
21
debug.o
22
wfx-
$(
CONFIG_SPI
) +=
bus_spi.o
23
wfx-
$(
subst
m
,
y
,$(
CONFIG_MMC
)) +=
bus_sdio.o
24
25
obj-
$(
CONFIG_WFX
) +=
wfx.o