Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3b509cd authored by Jordan Crouse's avatar Jordan Crouse Committed by Zhen Kong
Browse files

crypto: msm: Build qcedev and qcedev-smmu together



qcedev.c and qcedev_smmu.c are clearly not expected to be compiled
as separate modules so bundle them together as one.

Change-Id: Ic0dedbad96baebac00448edf4cf440d1e0edd41c
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent ddaf16c9
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_CRYPTO_DEV_QCOM_MSM_QCE) += qce50.o
obj-$(CONFIG_CRYPTO_DEV_QCEDEV) += qcedev.o
obj-$(CONFIG_CRYPTO_DEV_QCEDEV) += qcedev_smmu.o

obj-$(CONFIG_CRYPTO_DEV_QCEDEV) += qcedev-mod.o
qcedev-mod-y = qcedev.o qcedev_smmu.o

obj-$(CONFIG_CRYPTO_DEV_QCRYPTO) += qcrypto.o