mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 21:16:54 +07:00
02d9e320c6
All hardware crypto devices have their CONFIG names using the following convention: CRYPTO_DEV_name_algo This patch apply this conventions on STM32 CONFIG names. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Reviewed-by: Fabien Dessenne <fabien.dessenne@st.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4 lines
156 B
Makefile
4 lines
156 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_STM32_CRC) += stm32_crc32.o
|
|
obj-$(CONFIG_CRYPTO_DEV_STM32_HASH) += stm32-hash.o
|
|
obj-$(CONFIG_CRYPTO_DEV_STM32_CRYP) += stm32-cryp.o
|