Georgi Djakov | 11f1cec | 2019-01-16 18:10:56 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | |||||
3 | icc-core-objs := core.o | ||||
4 | |||||
5 | obj-$(CONFIG_INTERCONNECT) += icc-core.o | ||||
David Dai | b5d2f74 | 2019-01-16 18:11:00 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_INTERCONNECT_QCOM) += qcom/ |