mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-05 06:40:32 +00:00
Add pspsdk to the standard libs
This commit is contained in:
@@ -63,9 +63,9 @@ endif
|
||||
LDFLAGS += -Wl,-zmax-page-size=128
|
||||
|
||||
ifeq ($(USE_KERNEL_LIBS),1)
|
||||
LIBS := -nostdlib $(LIBS) -lpspdebug -lpspdisplay_driver -lpspctrl_driver -lpspsdk -lpspkernel
|
||||
LIBS := -nostdlib $(LIBS) -lpspdebug -lpspdisplay_driver -lpspctrl_driver -lpspkernel
|
||||
else
|
||||
LIBS := $(LIBS) -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk \
|
||||
LIBS := $(LIBS) -lpspdebug -lpspdisplay -lpspge -lpspctrl \
|
||||
-lpspnet -lpspnet_apctl
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user