mirror of https://github.com/wolfSSL/wolfBoot.git
Removed unused makefile targets
parent
f3f27ae2cb
commit
2f5f2970b2
9
Makefile
9
Makefile
|
@ -261,15 +261,6 @@ factory.bin: $(BOOT_IMG) wolfboot-align.bin $(PRIVATE_KEY)
|
|||
@echo "\t[MERGE] $@"
|
||||
@cat wolfboot-align.bin test-app/image_v1_signed.bin > $@
|
||||
|
||||
update.bin: $(BOOT_IMG)
|
||||
@echo "\t[SIGN] $(BOOT_IMG)"
|
||||
$(Q)$(SIGN_TOOL) $(SIGN_OPTIONS) $(BOOT_IMG) $(PRIVATE_KEY) 2
|
||||
|
||||
update_enc.bin: $(BOOT_IMG)
|
||||
@echo "\t[SIGN+ENC] $(BOOT_IMG)"
|
||||
@printf "0123456789abcdef0123456789abcdef" | dd of=test_enc_key.bin
|
||||
$(Q)$(SIGN_TOOL) $(SIGN_OPTIONS) --encrypt test_enc_key.bin $(BOOT_IMG) $(PRIVATE_KEY) 2
|
||||
|
||||
wolfboot.elf: include/target.h $(OBJS) $(LSCRIPT) FORCE
|
||||
@echo "\t[LD] $@"
|
||||
$(Q)$(LD) $(LDFLAGS) -Wl,--start-group $(OBJS) -Wl,--end-group -o $@
|
||||
|
|
Loading…
Reference in New Issue