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

SOC1-167: Fixed ds6 target

parent 808e0c09
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ all: all_$(TOOL_CHAIN) ...@@ -181,7 +181,7 @@ 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 all_ds6 : $(BOOTLOADER).hex $(BOOTLOADER).lst
$(BOOTLOADER).o : $(SOFTWARE_DIR)/common/bootloader/$(BOOTLOADER).c $(DEPS_LIST) $(BOOTLOADER).o : $(SOFTWARE_DIR)/common/bootloader/$(BOOTLOADER).c $(DEPS_LIST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment