Skip to content

Commit 2f5f297

Browse files
committed
Removed unused makefile targets
1 parent f3f27ae commit 2f5f297

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -261,15 +261,6 @@ factory.bin: $(BOOT_IMG) wolfboot-align.bin $(PRIVATE_KEY)
261261
@echo "\t[MERGE] $@"
262262
@cat wolfboot-align.bin test-app/image_v1_signed.bin > $@
263263

264-
update.bin: $(BOOT_IMG)
265-
@echo "\t[SIGN] $(BOOT_IMG)"
266-
$(Q)$(SIGN_TOOL) $(SIGN_OPTIONS) $(BOOT_IMG) $(PRIVATE_KEY) 2
267-
268-
update_enc.bin: $(BOOT_IMG)
269-
@echo "\t[SIGN+ENC] $(BOOT_IMG)"
270-
@printf "0123456789abcdef0123456789abcdef" | dd of=test_enc_key.bin
271-
$(Q)$(SIGN_TOOL) $(SIGN_OPTIONS) --encrypt test_enc_key.bin $(BOOT_IMG) $(PRIVATE_KEY) 2
272-
273264
wolfboot.elf: include/target.h $(OBJS) $(LSCRIPT) FORCE
274265
@echo "\t[LD] $@"
275266
$(Q)$(LD) $(LDFLAGS) -Wl,--start-group $(OBJS) -Wl,--end-group -o $@

0 commit comments

Comments
 (0)