Skip to content

Commit adac6c6

Browse files
author
Bradley Bolen
committed
arch: arm: Move scb.c to common location
This file provides functionality that can be shared with Cortex-R. Signed-off-by: Bradley Bolen <[email protected]>
1 parent a8a2dd2 commit adac6c6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

arch/arm/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ zephyr_library_sources(
1313
nmi.c
1414
nmi_on_reset.S
1515
prep_c.c
16+
scb.c
1617
)
1718

1819
zephyr_library_sources_ifdef(CONFIG_GEN_SW_ISR_TABLE isr_wrapper.S)

arch/arm/core/cortex_m/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ zephyr_library_sources(
44
vector_table.S
55
reset.S
66
fault.c
7-
scb.c
87
exc_manage.c
98
irq_init.c
109
thread_abort.c
File renamed without changes.

0 commit comments

Comments
 (0)