@@ -35,7 +35,6 @@ all: dapboot-bluepill.bin \
3535 dapboot-olimexstm32h103.bin \
3636 dapboot-bluepillplusstm32.bin \
3737 dapboot-bttskrminie3v2.bin \
38- dapboot-bttskrminie3v2-usbmod.bin \
3938 dapboot-bluepill-high.bin \
4039 dapboot-maplemini-high.bin \
4140 dapboot-stlink-high.bin \
@@ -46,8 +45,7 @@ all: dapboot-bluepill.bin \
4645 dapboot-stlink-high-128.bin \
4746 dapboot-olimexstm32h103-high-128.bin \
4847 dapboot-bluepillplusstm32-high-128.bin \
49- dapboot-bttskrminie3v2-high-256.bin \
50- dapboot-bttskrminie3v2-usbmod-high-256.bin
48+ dapboot-bttskrminie3v2-high-256.bin
5149
5250clean :
5351 $(Q )$(RM ) $(BUILD_DIR ) /* .bin
@@ -94,12 +92,6 @@ dapboot-bttskrminie3v2.bin: | $(BUILD_DIR)
9492 $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2 -C src/
9593 $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
9694
97- dapboot-bttskrminie3v2-usbmod.bin : | $(BUILD_DIR )
98- @printf " BUILD $( @) \n"
99- $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_USBMOD -C src/ clean
100- $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_USBMOD -C src/
101- $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
102-
10395dapboot-bluepill-high.bin : | $(BUILD_DIR )
10496 @printf " BUILD $( @) \n"
10597 $(Q )$(MAKE ) TARGET=BLUEPILL_HIGH -C src/ clean
@@ -165,9 +157,3 @@ dapboot-bttskrminie3v2-high-256.bin: | $(BUILD_DIR)
165157 $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_HIGH_256 -C src/ clean
166158 $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_HIGH_256 -C src/
167159 $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
168-
169- dapboot-bttskrminie3v2-usbmod-high-256.bin : | $(BUILD_DIR )
170- @printf " BUILD $( @) \n"
171- $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_USBMOD_HIGH_256 -C src/ clean
172- $(Q )$(MAKE ) TARGET=BTTSKRMINIE3V2_USBMOD_HIGH_256 -C src/
173- $(Q ) cp src/dapboot.bin $(BUILD_DIR ) /$(@ )
0 commit comments