aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2
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/ps2
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/ps2')
-rw-r--r--backends/platform/ps2/Makefile.ps22
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/Makefile.ps2 b/backends/platform/ps2/Makefile.ps2
index 6d1a765456..0d6df8ae69 100644
--- a/backends/platform/ps2/Makefile.ps2
+++ b/backends/platform/ps2/Makefile.ps2
@@ -77,7 +77,7 @@ DEPDIR = .deps
TARGET = elf/scummvm.elf
-DEFINES += -DUSE_VORBIS -DUSE_TREMOR -DUSE_MAD -DUSE_ZLIB -DFORCE_RTL -DDISABLE_SAVEGAME_SORTING -D_EE -D__PLAYSTATION2__ -G2 -O2 -Wall -Wno-multichar -fno-rtti -fno-exceptions -DNO_ADAPTOR
+DEFINES += -DUSE_VORBIS -DUSE_TREMOR -DUSE_MAD -DUSE_ZLIB -DFORCE_RTL -DDISABLE_SAVEGAME_SORTING -D_EE -D__PLAYSTATION2__ -DELF_LOADER_TARGET -G2 -O2 -Wall -Wno-multichar -fno-rtti -fno-exceptions -DNO_ADAPTOR
INCLUDES = $(addprefix -I$(PS2_EXTRA),$(PS2_EXTRA_INCS))
INCLUDES += -I $(PS2SDK)/ee/include -I $(PS2SDK)/common/include -I ./common -I . -I $(srcdir) -I $(srcdir)/engines