aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/aspeed/Makefile
blob: a0ed40ddaad120dd461568abba5e5200c8de3908 (plain) (blame)
1
2
3
4
5
6
7
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)