linux-stable/drivers/interconnect/qcom/Makefile

8 lines
213 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0
qnoc-sdm845-objs := sdm845.o
icc-smd-rpm-objs := smd-rpm.o
obj-$(CONFIG_INTERCONNECT_QCOM_SDM845) += qnoc-sdm845.o
obj-$(CONFIG_INTERCONNECT_QCOM_SMD_RPM) += icc-smd-rpm.o