projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'thermal-6.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[platform/kernel/linux-rpi.git]
/
net
/
qrtr
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-$(CONFIG_QRTR) += qrtr.o
3
qrtr-y := af_qrtr.o ns.o
4
5
obj-$(CONFIG_QRTR_SMD) += qrtr-smd.o
6
qrtr-smd-y := smd.o
7
obj-$(CONFIG_QRTR_TUN) += qrtr-tun.o
8
qrtr-tun-y := tun.o
9
obj-$(CONFIG_QRTR_MHI) += qrtr-mhi.o
10
qrtr-mhi-y := mhi.o