You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
hace-hash-$(CONFIG_CRYPTO_DEV_ASPEED_HACE_HASH) := aspeed-hace-hash.o
|
|
hace-crypto-$(CONFIG_CRYPTO_DEV_ASPEED_HACE_CRYPTO) := aspeed-hace-crypto.o
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_ASPEED) += aspeed_crypto.o
|
|
aspeed_crypto-objs := aspeed-hace.o \
|
|
$(hace-hash-y) \
|
|
$(hace-crypto-y)
|