mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
crypto: stm32/crc32 - rename driver file
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>
This commit is contained in:
parent
66d9c1cf9f
commit
fdbd643a74
2 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
obj-$(CONFIG_CRYPTO_DEV_STM32_CRC) += stm32_crc32.o
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue