drivers: misc: ethos_u: rename init.c to ethos_u.c

A file just named `init.c` is not that descriptive inside of a project
that has a lot of files of already. Rename to `ethos_u.c`.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
This commit is contained in:
Ryan McClelland 2023-08-08 23:12:22 -07:00 committed by Carles Cufí
commit 646ef0b3b1
2 changed files with 1 additions and 1 deletions

View file

@ -3,4 +3,4 @@
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(init.c)
zephyr_library_sources(ethos_u.c)