From b4b94d56a360b96005590a0da41cb483f6cb76af Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Tue, 2 May 2023 12:38:10 +0100 Subject: [PATCH] SOC1-167: Fixed ds6 target --- system/testcodes/bootloader/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/testcodes/bootloader/makefile b/system/testcodes/bootloader/makefile index 8f911c0..cbcdeed 100644 --- a/system/testcodes/bootloader/makefile +++ b/system/testcodes/bootloader/makefile @@ -181,7 +181,7 @@ all: all_$(TOOL_CHAIN) # --------------------------------------------------------------------------------------- # DS-5 all_ds5 : $(BOOTLOADER).hex $(BOOTLOADER).lst -all_ds6 : $(TESTNAME).hex $(TESTNAME).lst +all_ds6 : $(BOOTLOADER).hex $(BOOTLOADER).lst $(BOOTLOADER).o : $(SOFTWARE_DIR)/common/bootloader/$(BOOTLOADER).c $(DEPS_LIST) -- GitLab