David Dai | b5d2f74 | 2019-01-16 18:11:00 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | |
Georgi Djakov | 30c8fa3 | 2019-06-07 16:57:37 +0300 | [diff] [blame] | 3 | qnoc-msm8916-objs := msm8916.o |
Brian Masney | 4e60a95 | 2019-11-08 14:53:49 +0200 | [diff] [blame] | 4 | qnoc-msm8974-objs := msm8974.o |
Bjorn Andersson | 5e4e6c4 | 2019-07-23 17:23:38 +0300 | [diff] [blame] | 5 | qnoc-qcs404-objs := qcs404.o |
David Dai | b5d2f74 | 2019-01-16 18:11:00 +0200 | [diff] [blame] | 6 | qnoc-sdm845-objs := sdm845.o |
Georgi Djakov | be06f8e | 2019-07-23 17:23:37 +0300 | [diff] [blame] | 7 | icc-smd-rpm-objs := smd-rpm.o |
David Dai | b5d2f74 | 2019-01-16 18:11:00 +0200 | [diff] [blame] | 8 | |
Georgi Djakov | 30c8fa3 | 2019-06-07 16:57:37 +0300 | [diff] [blame] | 9 | obj-$(CONFIG_INTERCONNECT_QCOM_MSM8916) += qnoc-msm8916.o |
Brian Masney | 4e60a95 | 2019-11-08 14:53:49 +0200 | [diff] [blame] | 10 | obj-$(CONFIG_INTERCONNECT_QCOM_MSM8974) += qnoc-msm8974.o |
Bjorn Andersson | 5e4e6c4 | 2019-07-23 17:23:38 +0300 | [diff] [blame] | 11 | obj-$(CONFIG_INTERCONNECT_QCOM_QCS404) += qnoc-qcs404.o |
David Dai | b5d2f74 | 2019-01-16 18:11:00 +0200 | [diff] [blame] | 12 | obj-$(CONFIG_INTERCONNECT_QCOM_SDM845) += qnoc-sdm845.o |
Georgi Djakov | be06f8e | 2019-07-23 17:23:37 +0300 | [diff] [blame] | 13 | obj-$(CONFIG_INTERCONNECT_QCOM_SMD_RPM) += icc-smd-rpm.o |