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

SOC1-167: Add all_ds6 make target to bootloader

parent da82f462
No related branches found
No related tags found
No related merge requests found
...@@ -181,6 +181,8 @@ all: all_$(TOOL_CHAIN) ...@@ -181,6 +181,8 @@ all: all_$(TOOL_CHAIN)
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# DS-5 # DS-5
all_ds5 : $(BOOTLOADER).hex $(BOOTLOADER).lst all_ds5 : $(BOOTLOADER).hex $(BOOTLOADER).lst
all_ds6 : $(TESTNAME).hex $(TESTNAME).lst
$(BOOTLOADER).o : $(SOFTWARE_DIR)/common/bootloader/$(BOOTLOADER).c $(DEPS_LIST) $(BOOTLOADER).o : $(SOFTWARE_DIR)/common/bootloader/$(BOOTLOADER).c $(DEPS_LIST)
armcc $(ARM_CC_OPTIONS) $(CPU_TYPE) $< -o $@ 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