diff --git a/system/testcodes/bootloader/makefile b/system/testcodes/bootloader/makefile
index 8f911c07c73f4d6438eb4440d99b4e189e171d73..cbcdeed2b95ca1647969dd3bf13be54d7ff48b88 100644
--- a/system/testcodes/bootloader/makefile
+++ b/system/testcodes/bootloader/makefile
@@ -181,7 +181,7 @@ all: all_$(TOOL_CHAIN)
 # ---------------------------------------------------------------------------------------
 # DS-5
 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)