From da82f462245c89ed90fc2f7c9db3a7e2acd7ebb6 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Tue, 2 May 2023 12:34:12 +0100 Subject: [PATCH] SOC1-167: Add DS6 make target --- system/testcodes/hello/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/system/testcodes/hello/makefile b/system/testcodes/hello/makefile index ea35e16..9fd9b24 100644 --- a/system/testcodes/hello/makefile +++ b/system/testcodes/hello/makefile @@ -157,6 +157,7 @@ all: all_$(TOOL_CHAIN) # --------------------------------------------------------------------------------------- # DS-5 all_ds5 : $(TESTNAME).hex $(TESTNAME).lst +all_ds6 : $(TESTNAME).hex $(TESTNAME).lst $(TESTNAME).o : $(TESTNAME).c $(DEPS_LIST) armcc $(ARM_CC_OPTIONS) $(CPU_TYPE) $< -o $@ -- GitLab