Skip to content

Commit

Permalink
Merge pull request #1 from DrSchottky/puff-linking
Browse files Browse the repository at this point in the history
Remove puff objects before building stage2 to fix linking compatibility
  • Loading branch information
DrSchottky authored May 25, 2020
2 parents 14c6592 1d7861e commit 56ba8da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 75,7 @@ xell-1f_cygnos_demon.elf xell-2f_cygnos_demon.elf: CYGNOS_DEF = -DCYGNOS

stage2.elf32.gz: FORCE
@rm -f $@
@rm -rf $(OBJS)
@$(MAKE) --no-print-directory -f Makefile_lv2.mk
@$(STRIP) stage2.elf32
@gzip -n9 stage2.elf32
Expand Down

0 comments on commit 56ba8da

Please sign in to comment.