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
3CFLAGS_core.o := -I$(src)
4icc-core-objs := core.o bulk.o debugfs-client.o
5
6obj-$(CONFIG_INTERCONNECT) += icc-core.o
7obj-$(CONFIG_INTERCONNECT_IMX) += imx/
8obj-$(CONFIG_INTERCONNECT_MTK) += mediatek/
9obj-$(CONFIG_INTERCONNECT_QCOM) += qcom/
10obj-$(CONFIG_INTERCONNECT_SAMSUNG) += samsung/
11
12obj-$(CONFIG_INTERCONNECT_CLK) += icc-clk.o