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