aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorTony Puccinelli2010-06-01 00:57:45 +0000
committerTony Puccinelli2010-06-01 00:57:45 +0000
commit2712012d0eba3bf634a780d25c2556d0781d9b27 (patch)
tree68ad30b626d069d2def3abcd775945b25c4452e3 /backends
parentf307436240e0a9fd2faa47a7ced802726e20ff00 (diff)
downloadscummvm-rg350-2712012d0eba3bf634a780d25c2556d0781d9b27.tar.gz
scummvm-rg350-2712012d0eba3bf634a780d25c2556d0781d9b27.tar.bz2
scummvm-rg350-2712012d0eba3bf634a780d25c2556d0781d9b27.zip
minor modification to accomodate dynamic plugins for ps2
svn-id: r49367
Diffstat (limited to 'backends')
-rw-r--r--backends/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/module.mk b/backends/module.mk
index 257ae0db9c..46c9e166a6 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -35,11 +35,13 @@ MODULE_OBJS := \
plugins/sdl/sdl-provider.o \
plugins/win32/win32-provider.o \
plugins/psp/psp-provider.o \
+ plugins/ps2/ps2-provider.o \
saves/savefile.o \
saves/default/default-saves.o \
saves/posix/posix-saves.o \
saves/psp/psp-saves.o \
timer/default/default-timer.o \
+ timer/psp/timer.o \
vkeybd/image-map.o \
vkeybd/polygon.o \
vkeybd/virtual-keyboard.o \