xref: /linux/drivers/interconnect/Makefile (revision d198b34f3855eee2571dda03eea75a09c7c31480)
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