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 master 14 lines 433 B view raw
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 13 14obj-$(CONFIG_INTERCONNECT_KUNIT_TEST) += icc-kunit.o