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