aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Peters2009-04-21 10:50:30 +0000
committerJoost Peters2009-04-21 10:50:30 +0000
commitdadcc3289f76da1cd6a6ca7f80e781ea69b0a6be (patch)
treee8a70718b199b4bca97e20cd1326b53ba0b08860
parent64fef497dfae0dd5cf96d7b57ab2313525404b12 (diff)
downloadscummvm-rg350-dadcc3289f76da1cd6a6ca7f80e781ea69b0a6be.tar.gz
scummvm-rg350-dadcc3289f76da1cd6a6ca7f80e781ea69b0a6be.tar.bz2
scummvm-rg350-dadcc3289f76da1cd6a6ca7f80e781ea69b0a6be.zip
run psp-fixup-imports after linking
svn-id: r40037
-rw-r--r--backends/platform/psp/psp.mk6
-rwxr-xr-xconfigure1
2 files changed, 7 insertions, 0 deletions
diff --git a/backends/platform/psp/psp.mk b/backends/platform/psp/psp.mk
new file mode 100644
index 0000000000..ff81a567d6
--- /dev/null
+++ b/backends/platform/psp/psp.mk
@@ -0,0 +1,6 @@
+all: psp_fixup_elf
+
+psp_fixup_elf: scummvm.elf
+ $(PSPDEV)/bin/psp-fixup-imports $<
+
+.PHONY: psp_fixup_elf
diff --git a/configure b/configure
index a0ffafbf00..8a3c10483a 100755
--- a/configure
+++ b/configure
@@ -1315,6 +1315,7 @@ if test -n "$_host"; then
_build_scalers="no"
_build_hq_scalers="no"
_mt32emu="no"
+ add_line_to_config_mk 'include $(srcdir)/backends/platform/psp/psp.mk'
;;
*)
echo "Continuing with auto-detected values ... if you have problems, please add your target to configure."