Skip to content

Commit b3465b5

Browse files
rizlikdanielinux
authored andcommitted
fsp: Makefile: avoid wolfboot.bin useless target
1 parent 93a1e5d commit b3465b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ factory_wstage1.bin: $(BINASSEMBLE) stage1/loader_stage1.bin wolfboot.bin $(BOOT
212212
$(WOLFBOOT_PARTITION_BOOT_ADDRESS) test-app/image_v1_signed.bin
213213

214214
# stage1 linker script embed wolfboot.bin inside stage1/loader_stage1.bin
215-
wolfboot_stage1.bin: wolfboot.bin stage1/loader_stage1.bin
215+
wolfboot_stage1.bin: wolfboot.elf stage1/loader_stage1.bin
216216
$(Q) cp stage1/loader_stage1.bin wolfboot_stage1.bin
217217

218218
wolfboot.elf: include/target.h $(LSCRIPT) $(OBJS) $(LIBS) $(BINASSEMBLE) FORCE

0 commit comments

Comments
 (0)