1obj-$(CONFIG_CRYPTO_DEV_ASPEED) += aspeed_crypto.o 2aspeed_crypto-objs := aspeed-hace.o \ 3 $(hace-hash-y) \ 4 $(hace-crypto-y) 5 6obj-$(CONFIG_CRYPTO_DEV_ASPEED_HACE_HASH) += aspeed-hace-hash.o 7hace-hash-$(CONFIG_CRYPTO_DEV_ASPEED_HACE_HASH) := aspeed-hace-hash.o 8obj-$(CONFIG_CRYPTO_DEV_ASPEED_HACE_CRYPTO) += aspeed-hace-crypto.o 9hace-crypto-$(CONFIG_CRYPTO_DEV_ASPEED_HACE_CRYPTO) := aspeed-hace-crypto.o 10