xref: /linux/drivers/interconnect/Makefile (revision c9f289701540baeef9ac7c9977d67a7259f404db)
1# SPDX-License-Identifier: GPL-2.0
2
3CFLAGS_core.o				:= -I$(src)
4icc-core-objs				:= core.o
5
6obj-$(CONFIG_INTERCONNECT)		+= icc-core.o
7obj-$(CONFIG_INTERCONNECT_QCOM)		+= qcom/
8