Skip to content
Snippets Groups Projects
Commit da82f462 authored by dam1n19's avatar dam1n19
Browse files

SOC1-167: Add DS6 make target

parent 6bb5c478
No related branches found
No related tags found
No related merge requests found
......@@ -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 $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment