From 808e0c09cd72dc2ee4d4a0ff55f06cf96557f18f Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Tue, 2 May 2023 12:37:13 +0100 Subject: [PATCH] SOC1-167: Add all_ds6 make target to bootloader --- system/testcodes/bootloader/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/testcodes/bootloader/makefile b/system/testcodes/bootloader/makefile index a179a4c..8f911c0 100644 --- a/system/testcodes/bootloader/makefile +++ b/system/testcodes/bootloader/makefile @@ -181,6 +181,8 @@ all: all_$(TOOL_CHAIN) # --------------------------------------------------------------------------------------- # DS-5 all_ds5 : $(BOOTLOADER).hex $(BOOTLOADER).lst +all_ds6 : $(TESTNAME).hex $(TESTNAME).lst + $(BOOTLOADER).o : $(SOFTWARE_DIR)/common/bootloader/$(BOOTLOADER).c $(DEPS_LIST) armcc $(ARM_CC_OPTIONS) $(CPU_TYPE) $< -o $@ -- GitLab