aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/aspeed/Makefile
blob: 3be78cec0ecb40cf19c9d73b460970ecfc12084f (plain)
1
2
3
4
5
6
hace-hash-$(CONFIG_CRYPTO_DEV_ASPEED_HACE_HASH) := aspeed-hace.o aspeed-hace-hash.o
hace-crypto-$(CONFIG_CRYPTO_DEV_ASPEED_HACE_CRYPTO) := aspeed-hace.o aspeed-hace-crypto.o

obj-$(CONFIG_CRYPTO_DEV_ASPEED) += aspeed_crypto.o
aspeed_crypto-objs := $(hace-hash-y)	\
		      $(hace-crypto-y)