diff --git a/system/testcodes/hello/makefile b/system/testcodes/hello/makefile index ea35e16a7d611ef919c106d95084f3cf2a57bd76..9fd9b24244dfbe7a148d97141a21a48fa6211eef 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 $@