Skip to content

Commit d93c1c7

Browse files
committed
makefile: Add absolute path for bios link scripts
1 parent 6929290 commit d93c1c7

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)