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
|
@ -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…
Reference in New Issue