Skip to content

Commit

Permalink
add missing source file
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Jiawei <[email protected]>
  • Loading branch information
Gao Jiawei authored and xiaoxiang781216 committed Oct 16, 2024
1 parent 3fd75ef commit d5c44de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/src/armv7-m/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ set(SRCS
arm_tcbinfo.c
arm_trigger_irq.c
arm_usagefault.c
arm_vectors.c)
arm_vectors.c
arm_dbgmonitor.c)

if(CONFIG_ARMV7M_SYSTICK)
list(APPEND SRCS arm_systick.c)
Expand Down

0 comments on commit d5c44de

Please sign in to comment.