diff options
author | Tony Puccinelli | 2010-08-11 02:44:11 +0000 |
---|---|---|
committer | Tony Puccinelli | 2010-08-11 02:44:11 +0000 |
commit | 2f3ab6bdab2853de04fc58c409064e99d97aa29d (patch) | |
tree | 83c698a7505ad56ac6b4e3c0dd3b399706729424 /backends/platform/psp/Makefile | |
parent | 7d5c66808ff08ce08aa6a63bca9b37a0a129a8a3 (diff) | |
parent | fffec23a02cc88ed8daba0a3b50007b7e220c075 (diff) | |
download | scummvm-rg350-2f3ab6bdab2853de04fc58c409064e99d97aa29d.tar.gz scummvm-rg350-2f3ab6bdab2853de04fc58c409064e99d97aa29d.tar.bz2 scummvm-rg350-2f3ab6bdab2853de04fc58c409064e99d97aa29d.zip |
manually merged trunk/backends into branch and removed some now redundant elf32.h files
svn-id: r51966
Diffstat (limited to 'backends/platform/psp/Makefile')
-rw-r--r-- | backends/platform/psp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile index 9c011220b8..01bcf7006f 100644 --- a/backends/platform/psp/Makefile +++ b/backends/platform/psp/Makefile @@ -125,7 +125,9 @@ endif # PSP LIBS PSPLIBS = -lpspprof -lpspvfpu -lpspdebug -lpspgu -lpspge -lpspdisplay -lpspctrl -lpspsdk \ - -lpsputility -lpspuser -lpsppower -lpsphprm -lpspsdk -lpsprtc -lpspaudio -lpspkernel + -lpsputility -lpspuser -lpsppower -lpsphprm -lpspsdk -lpsprtc -lpspaudio -lpspaudiocodec \ + -lpspkernel + # Add in PSPSDK includes and libraries. LIBS += -lpng -lz -lstdc++ -lc -lm $(PSPLIBS) |