fix compliation errors for imxrt1176.

This commit is contained in:
WuZheng
2024-09-26 06:35:27 +00:00
parent d664e2298e
commit 22b980cc08
4 changed files with 20 additions and 0 deletions
@@ -2,6 +2,10 @@ ifeq ($(CONFIG_BOARD_CORTEX_M7_EVB),y)
SRC_FILES := boot.S interrupt.c interrupt_vector.S
endif
ifeq ($(CONFIG_BOARD_IMXRT1176_SBC_EVB),y)
SRC_FILES := boot.S interrupt.c interrupt_vector.S
endif
ifeq ($(CONFIG_BOARD_CORTEX_V2M_EVB),y)
SRC_DIR += V2M
endif