fix compliation errors for imxrt1176.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user