Skip to content

Commit

Permalink
Merge pull request #1642 from croyzor/main
Browse files Browse the repository at this point in the history
makefile: Add absolute path for bios link scripts
  • Loading branch information
nicolasnoble committed Apr 13, 2024
2 parents 6929290 + d93c1c7 commit a1c3c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mips/openbios/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ uC-sdk-glue/init.c \
../../../third_party/uC-sdk/os/src/osdebug.c \

ifeq ($(BOOT),rom)
LDSCRIPT = psx-bios.ld
LDSCRIPT = $(ROOTDIR)openbios/psx-bios.ld
SRCS += font1.o font2.o
else
LDSCRIPT = psx-bios-as-cart.ld
LDSCRIPT = $(ROOTDIR)openbios/psx-bios-as-cart.ld
endif

CPPFLAGS = -DNOFLOATINGPOINT -DXPRINTFNOALLOC -DXPRINTFNOSTDIO
Expand Down

0 comments on commit a1c3c7e

Please sign in to comment.