Skip to content

Commit a1c3c7e

Browse files
authored
Merge pull request #1642 from croyzor/main
makefile: Add absolute path for bios link scripts
2 parents 6929290 + d93c1c7 commit a1c3c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mips/openbios/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ uC-sdk-glue/init.c \
8686
../../../third_party/uC-sdk/os/src/osdebug.c \
8787

8888
ifeq ($(BOOT),rom)
89-
LDSCRIPT = psx-bios.ld
89+
LDSCRIPT = $(ROOTDIR)openbios/psx-bios.ld
9090
SRCS += font1.o font2.o
9191
else
92-
LDSCRIPT = psx-bios-as-cart.ld
92+
LDSCRIPT = $(ROOTDIR)openbios/psx-bios-as-cart.ld
9393
endif
9494

9595
CPPFLAGS = -DNOFLOATINGPOINT -DXPRINTFNOALLOC -DXPRINTFNOSTDIO

0 commit comments

Comments
 (0)