Build the new SMEM driver port, and select it when ARCH_SNAPDRAGON is selected, since it will be a hard dependency for Qualcomm platforms. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
6 lines
158 B
Makefile
6 lines
158 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_QCOM_COMMAND_DB) += cmd-db.o
|
|
obj-$(CONFIG_QCOM_RPMH) += rpmh-rsc.o rpmh.o
|
|
obj-$(CONFIG_QCOM_SMEM) += smem.o
|