Skip to content

Commit c7f15d8

Browse files
committed
tests: link board_wdt_early_stub in TriCore integ builds
- startup.S calls ulmk_board_wdt_disable_early; CMake already had the weak stub but whitebox Makefiles did not, breaking ctx_early_tricore CI
1 parent 7d1ffdc commit c7f15d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/arch/tricore.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ARCH_LDFLAGS := -mcpu=tc39xx
1717

1818
ARCH_KERNEL_SRCS := \
1919
$(ROOT)/arch/tricore/startup.S \
20+
$(ROOT)/arch/tricore/board_wdt_early_stub.S \
2021
$(ROOT)/arch/tricore/arch.c \
2122
$(ROOT)/arch/tricore/smp.c \
2223
$(ROOT)/arch/tricore/ctx_switch.S \

0 commit comments

Comments
 (0)