Skip to content

Commit

Permalink
copro_embedded: do not make uimg of m4 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Dec 5, 2022
1 parent 34254c2 commit c39037d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/copro_embedded/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ a7:
@$(MAKE) --no-print-directory -f makefile_mp1a7.mk all

m4:
@$(MAKE) --no-print-directory -f makefile_mp1m4.mk
@$(MAKE) --no-print-directory -f makefile_mp1m4.mk elf

firmware_m4.h: $(BUILDDIR_M4)/firmware.bin
xxd -i $< > $@
Expand Down
2 changes: 2 additions & 0 deletions shared/makefile-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ BIN = $(BUILDDIR)/$(BINARYNAME).bin

all: Makefile $(ELF) $(UIMAGENAME)

elf: $(ELF)

install:
cp $(UIMAGENAME) $(SDCARD_MOUNT_PATH)
diskutil unmount $(SDCARD_MOUNT_PATH)
Expand Down

0 comments on commit c39037d

Please sign in to comment.