aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
diff options
context:
space:
mode:
authorTony Puccinelli2010-08-03 22:08:32 +0000
committerTony Puccinelli2010-08-03 22:08:32 +0000
commit520c0a40098a9687f4d85343267cda9c5b5c971b (patch)
tree9bd9cb6a73552a7230b05c5b718905c2c83c1607 /backends/platform/psp
parent9f5bcadaea8bb51efb21d23b24a3ff4fafd9bb05 (diff)
downloadscummvm-rg350-520c0a40098a9687f4d85343267cda9c5b5c971b.tar.gz
scummvm-rg350-520c0a40098a9687f4d85343267cda9c5b5c971b.tar.bz2
scummvm-rg350-520c0a40098a9687f4d85343267cda9c5b5c971b.zip
added checks for ELF_LOADER_TARGET before including the elf plugin provider
svn-id: r51716
Diffstat (limited to 'backends/platform/psp')
-rw-r--r--backends/platform/psp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile
index c479244551..010f6e635a 100644
--- a/backends/platform/psp/Makefile
+++ b/backends/platform/psp/Makefile
@@ -68,7 +68,7 @@ endif
# Variables for common Scummvm makefile
CXX = psp-g++
CXXFLAGS = -O3 -Wall -Wno-multichar -fno-exceptions -fno-rtti
-DEFINES = -D__PSP__ -DNONSTANDARD_PORT -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DUSE_ZLIB -DDISABLE_DOSBOX_OPL -DUSE_RGB_COLOR
+DEFINES = -D__PSP__ -DNONSTANDARD_PORT -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DUSE_ZLIB -DDISABLE_DOSBOX_OPL -DUSE_RGB_COLOR -DELF_LOADER_TARGET
LDFLAGS :=
INCDIR := $(srcdir) . $(srcdir)/engines/ $(PSPSDK)/include