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:
parent
f4993df937
commit
646ef0b3b1
2 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
zephyr_library()
|
zephyr_library()
|
||||||
zephyr_library_sources(init.c)
|
zephyr_library_sources(ethos_u.c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue