Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2
3qnoc-qcs404-objs := qcs404.o
4qnoc-sdm845-objs := sdm845.o
5icc-smd-rpm-objs := smd-rpm.o
6
7obj-$(CONFIG_INTERCONNECT_QCOM_QCS404) += qnoc-qcs404.o
8obj-$(CONFIG_INTERCONNECT_QCOM_SDM845) += qnoc-sdm845.o
9obj-$(CONFIG_INTERCONNECT_QCOM_SMD_RPM) += icc-smd-rpm.o