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
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
net
/
caif
/
Makefile
blob
b1918c8c126c843cd80add26b8bddbbbd651cba7
1
# SPDX-License-Identifier: GPL-2.0
2
ccflags-
$(
CONFIG_CAIF_DEBUG
) := -
DDEBUG
3
4
# Serial interface
5
obj-
$(
CONFIG_CAIF_TTY
) +=
caif_serial.o
6
7
# HSI interface
8
obj-
$(
CONFIG_CAIF_HSI
) +=
caif_hsi.o
9
10
# Virtio interface
11
obj-
$(
CONFIG_CAIF_VIRTIO
) +=
caif_virtio.o