aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/Makefile
diff options
context:
space:
mode:
authorTony Puccinelli2010-07-27 06:27:45 +0000
committerTony Puccinelli2010-07-27 06:27:45 +0000
commit58f3e81f0073f55a892802b562081300345ca23d (patch)
tree0e2bb58497a4bdf74100aeba0ca690b8f0b1d204 /backends/platform/psp/Makefile
parent4e530debd2b2cb79078b705792fc599d328d6c7c (diff)
downloadscummvm-rg350-58f3e81f0073f55a892802b562081300345ca23d.tar.gz
scummvm-rg350-58f3e81f0073f55a892802b562081300345ca23d.tar.bz2
scummvm-rg350-58f3e81f0073f55a892802b562081300345ca23d.zip
Continued abstraction of generic ELF-loader, splitting off MIPS-processor specific things into their own files and testing on the PS2
svn-id: r51345
Diffstat (limited to 'backends/platform/psp/Makefile')
-rw-r--r--backends/platform/psp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile
index 8e83563d10..c479244551 100644
--- a/backends/platform/psp/Makefile
+++ b/backends/platform/psp/Makefile
@@ -88,8 +88,8 @@ CXX_UPDATE_DEP_FLAG = -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d",-MQ,"$@",-MP
# Variables for dynamic plugin building
PLUGIN_PREFIX =
PLUGIN_SUFFIX = .plg
-PLUGIN_EXTRA_DEPS = plugin.syms scummvm-psp.elf
-PLUGIN_LDFLAGS = -nostartfiles -Wl,-q,--just-symbols=scummvm-psp.org.elf,-Tplugin.ld,--retain-symbols-file,plugin.syms -lstdc++ -lc
+PLUGIN_EXTRA_DEPS = $(srcdir)/backends/plugins/plugin.syms scummvm-psp.elf
+PLUGIN_LDFLAGS = -nostartfiles -Wl,-q,--just-symbols=scummvm-psp.org.elf,-T$(srcdir)/backends/plugins/psp/plugin.ld,--retain-symbols-file,$(srcdir)/backends/plugins/plugin.syms -lstdc++ -lc
# PSP-specific variables
STRIP = psp-strip