brintos

brintos / linux-shallow public Read only

0
0
Text · 402 B · 1586275 Raw
12 lines · plain
1hace-hash-$(CONFIG_CRYPTO_DEV_ASPEED_HACE_HASH) := aspeed-hace-hash.o2hace-crypto-$(CONFIG_CRYPTO_DEV_ASPEED_HACE_CRYPTO) := aspeed-hace-crypto.o3 4obj-$(CONFIG_CRYPTO_DEV_ASPEED) += aspeed_crypto.o5aspeed_crypto-objs := aspeed-hace.o	\6		      $(hace-hash-y)	\7		      $(hace-crypto-y)8 9aspeed_acry-$(CONFIG_CRYPTO_DEV_ASPEED_ACRY) += aspeed-acry.o10 11obj-$(CONFIG_CRYPTO_DEV_ASPEED) += $(aspeed_acry-y)12