Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.5-rc1 11 lines 391 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3qnoc-msm8974-objs := msm8974.o 4qnoc-qcs404-objs := qcs404.o 5qnoc-sdm845-objs := sdm845.o 6icc-smd-rpm-objs := smd-rpm.o 7 8obj-$(CONFIG_INTERCONNECT_QCOM_MSM8974) += qnoc-msm8974.o 9obj-$(CONFIG_INTERCONNECT_QCOM_QCS404) += qnoc-qcs404.o 10obj-$(CONFIG_INTERCONNECT_QCOM_SDM845) += qnoc-sdm845.o 11obj-$(CONFIG_INTERCONNECT_QCOM_SMD_RPM) += icc-smd-rpm.o