diff options
Diffstat (limited to 'drivers/crypto/starfive/Makefile')
-rw-r--r-- | drivers/crypto/starfive/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/crypto/starfive/Makefile b/drivers/crypto/starfive/Makefile new file mode 100644 index 0000000000..8c137afe58 --- /dev/null +++ b/drivers/crypto/starfive/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-$(CONFIG_CRYPTO_DEV_JH7110) += jh7110-crypto.o +jh7110-crypto-objs := jh7110-cryp.o jh7110-hash.o jh7110-rsa.o jh7110-aes.o |