diff --git a/system/testcodes/bootloader/makefile b/system/testcodes/bootloader/makefile index a179a4cf04f9044d620d9951fb736c851e5ea8a2..8f911c07c73f4d6438eb4440d99b4e189e171d73 100644 --- a/system/testcodes/bootloader/makefile +++ b/system/testcodes/bootloader/makefile @@ -181,6 +181,8 @@ all: all_$(TOOL_CHAIN) # --------------------------------------------------------------------------------------- # DS-5 all_ds5 : $(BOOTLOADER).hex $(BOOTLOADER).lst +all_ds6 : $(TESTNAME).hex $(TESTNAME).lst + $(BOOTLOADER).o : $(SOFTWARE_DIR)/common/bootloader/$(BOOTLOADER).c $(DEPS_LIST) armcc $(ARM_CC_OPTIONS) $(CPU_TYPE) $< -o $@