aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/Makefile
diff options
context:
space:
mode:
authorYotam Barnoy2010-07-18 07:03:14 +0000
committerYotam Barnoy2010-07-18 07:03:14 +0000
commit30d751734321cc97bd6591af5531ebc5e5f120a4 (patch)
tree2c1d826e930a0e3ff5120f45c889b576c167dcdf /backends/platform/psp/Makefile
parent844a332f8de4ab74ec1c739c2ab6f41e8d957d53 (diff)
downloadscummvm-rg350-30d751734321cc97bd6591af5531ebc5e5f120a4.tar.gz
scummvm-rg350-30d751734321cc97bd6591af5531ebc5e5f120a4.tar.bz2
scummvm-rg350-30d751734321cc97bd6591af5531ebc5e5f120a4.zip
PSP: switched to using my memcpy
svn-id: r50982
Diffstat (limited to 'backends/platform/psp/Makefile')
-rw-r--r--backends/platform/psp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile
index fed558eaad..994d201f65 100644
--- a/backends/platform/psp/Makefile
+++ b/backends/platform/psp/Makefile
@@ -148,7 +148,8 @@ OBJS := powerman.o \
audio.o \
thread.o \
rtc.o \
- mp3.o
+ mp3.o \
+ tests.o
# Include common Scummvm makefile
include $(srcdir)/Makefile.common