diff options
author | Joost Peters | 2009-04-21 10:50:30 +0000 |
---|---|---|
committer | Joost Peters | 2009-04-21 10:50:30 +0000 |
commit | dadcc3289f76da1cd6a6ca7f80e781ea69b0a6be (patch) | |
tree | e8a70718b199b4bca97e20cd1326b53ba0b08860 | |
parent | 64fef497dfae0dd5cf96d7b57ab2313525404b12 (diff) | |
download | scummvm-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.mk | 6 | ||||
-rwxr-xr-x | configure | 1 |
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 @@ -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." |