]> Git Repo - linux.git/blob - drivers/interconnect/Makefile
blk-core: use pr_warn_ratelimited() in bio_check_ro()
[linux.git] / drivers / interconnect / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 CFLAGS_core.o                           := -I$(src)
4 icc-core-objs                           := core.o bulk.o debugfs-client.o
5
6 obj-$(CONFIG_INTERCONNECT)              += icc-core.o
7 obj-$(CONFIG_INTERCONNECT_IMX)          += imx/
8 obj-$(CONFIG_INTERCONNECT_QCOM)         += qcom/
9 obj-$(CONFIG_INTERCONNECT_SAMSUNG)      += samsung/
10
11 obj-$(CONFIG_INTERCONNECT_CLK)          += icc-clk.o
This page took 0.036093 seconds and 4 git commands to generate.