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