Crypto modules on various targets will be available as dynamic loadable modules. Add changes to fix compilation issues faced while changing the same. Change-Id: Icaf16ac04befb544e88c918cc89e68014d0d4c7b Signed-off-by: Vishvesh Deobhankar <vdeobhan@codeaurora.org>tirimbino
parent
b7b028311f
commit
b5bfb4e56e
@ -1,6 +1,6 @@ |
||||
obj-$(CONFIG_CRYPTO_DEV_QCOM_MSM_QCE) += qce50.o
|
||||
obj-$(CONFIG_CRYPTO_DEV_QCEDEV) += qcedev.o
|
||||
obj-$(CONFIG_CRYPTO_DEV_QCEDEV) += qcedev_smmu.o
|
||||
qcedevice-objs := qcedev_smmu.o qcedev.o
|
||||
obj-$(CONFIG_CRYPTO_DEV_QCEDEV) += qcedevice.o
|
||||
obj-$(CONFIG_CRYPTO_DEV_QCRYPTO) += qcrypto.o
|
||||
obj-$(CONFIG_CRYPTO_DEV_OTA_CRYPTO) += ota_crypto.o
|
||||
obj-$(CONFIG_CRYPTO_DEV_QCOM_ICE) += ice.o
|
||||
|
Loading…
Reference in new issue