updates Make build system with new Board specific writes

This commit is contained in:
2025-01-07 10:33:37 +01:00
parent 4d15523a74
commit 0a3b25cc6d
2 changed files with 3 additions and 1 deletions

3
env/common-gcc.mk vendored
View File

@@ -16,7 +16,8 @@ BOARD?=iss
ASM_SRCS += $(ENV_DIR)/start.S $(ENV_DIR)/entry.S
C_SRCS += $(PLATFORM_DIR)/init.c
C_SRCS += $(PLATFORM_DIR)/write.c
C_SRCS += $(PLATFORM_DIR)/bsp_write.c $(PLATFORM_DIR)/bsp_read.c
LINKER_SCRIPT ?= $(PLATFORM_DIR)/$(LINK_TARGET).lds