[PATCH] crypto: aspeed - Fix modular aspeed-acry

Neal Liu neal_liu at aspeedtech.com
Mon Feb 13 12:48:40 AEDT 2023


> When aspeed-acry is enabled as a module it doesn't get built at all.  Fix this
> by adding it to obj-m.
> 
> Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>

Reviewed-by: Neal Liu <neal_liu at aspeedtech.com>
 
> diff --git a/drivers/crypto/aspeed/Makefile b/drivers/crypto/aspeed/Makefile
> index 24284d812b79..15862752c053 100644
> --- a/drivers/crypto/aspeed/Makefile
> +++ b/drivers/crypto/aspeed/Makefile
> @@ -6,4 +6,6 @@ aspeed_crypto-objs := aspeed-hace.o	\
>  		      $(hace-hash-y)	\
>  		      $(hace-crypto-y)
> 
> -obj-$(CONFIG_CRYPTO_DEV_ASPEED_ACRY) += aspeed-acry.o
> +aspeed_acry-$(CONFIG_CRYPTO_DEV_ASPEED_ACRY) += aspeed-acry.o
> +
> +obj-$(CONFIG_CRYPTO_DEV_ASPEED) += $(aspeed_acry-y)
> --
> Email: Herbert Xu <herbert at gondor.apana.org.au> Home Page:
> http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


More information about the Linux-aspeed mailing list