Skip to content

Commit 741e838

Browse files
gmarullcarlescufi
authored andcommitted
soc: arc: snps_nsim: delete C file with no code
soc_config.c for snps_nsim had no actual code, just a bunch of includes. Deleting as it has no value (and triggered a compliance warning because file had no newline at EOF). Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 0e69129 commit 741e838

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

soc/arc/snps_nsim/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,4 @@ else()
5353
zephyr_ld_option_ifdef(CONFIG_SOC_NSIM_HS_MPUV6 -Hlib=hs38_full)
5454
endif()
5555

56-
zephyr_sources(
57-
soc.c
58-
soc_config.c
59-
)
56+
zephyr_sources(soc.c)

soc/arc/snps_nsim/soc_config.c

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)