fdbd643a74
Use the same naming convention for all stm32 crypto drivers. Signed-off-by: Lionel Debieve <lionel.debieve@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
|