aboutsummaryrefslogtreecommitdiff
path: root/backends/module.mk
diff options
context:
space:
mode:
authorTony Puccinelli2010-08-16 08:41:04 +0000
committerTony Puccinelli2010-08-16 08:41:04 +0000
commit34b5eb3ba3fa68093f13f9be493c1e25ad9c5123 (patch)
treee941302d57415917f028023cf1fbef2427a3ba16 /backends/module.mk
parentb7c63fce28216b4a87aae6a042dcb3c64b97720e (diff)
downloadscummvm-rg350-34b5eb3ba3fa68093f13f9be493c1e25ad9c5123.tar.gz
scummvm-rg350-34b5eb3ba3fa68093f13f9be493c1e25ad9c5123.tar.bz2
scummvm-rg350-34b5eb3ba3fa68093f13f9be493c1e25ad9c5123.zip
added a todo to plugins.cpp and a comment to elf32.h; Collapsed plugin providers for a few ports into their .h files, removing the corresponding .cpp files
svn-id: r52112
Diffstat (limited to 'backends/module.mk')
-rw-r--r--backends/module.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/backends/module.mk b/backends/module.mk
index c0457d8062..922abc2afd 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -49,8 +49,7 @@ endif
ifeq ($(BACKEND),ds)
MODULE_OBJS += \
fs/ds/ds-fs-factory.o \
- fs/ds/ds-fs.o \
- plugins/ds/ds-provider.o
+ fs/ds/ds-fs.o
endif
ifeq ($(BACKEND),n64)
@@ -61,15 +60,13 @@ endif
ifeq ($(BACKEND),ps2)
MODULE_OBJS += \
- fs/ps2/ps2-fs-factory.o \
- plugins/ps2/ps2-provider.o
+ fs/ps2/ps2-fs-factory.o
endif
ifeq ($(BACKEND),psp)
MODULE_OBJS += \
fs/psp/psp-fs-factory.o \
fs/psp/psp-stream.o \
- plugins/psp/psp-provider.o \
saves/psp/psp-saves.o \
timer/psp/timer.o
endif