Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
elfldr: Use bin2c instead of bin2s
Browse files Browse the repository at this point in the history
  • Loading branch information
citronalco committed Aug 10, 2024
1 parent dddc76a commit bb3c4c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ elfldr/elfldr.elf: elfldr
echo "-Elf Loader"
$(MAKE) -C $<

$(EE_ASM_DIR)elfldr.s: elfldr/elfldr.elf | $(EE_ASM_DIR)
$(BIN2S) $< $@ elfldr_elf
$(EE_ASM_DIR)elfldr.c: elfldr/elfldr.elf | $(EE_ASM_DIR)
$(BIN2C) $< $@ $(*F)_elf

modules/iopcore/imgdrv/imgdrv.irx: modules/iopcore/imgdrv
$(MAKE) -C $<
Expand Down

0 comments on commit bb3c4c0

Please sign in to comment.