run psp-fixup-imports after linking

svn-id: r40037
This commit is contained in:
Joost Peters 2009-04-21 10:50:30 +00:00
parent 64fef497df
commit dadcc3289f
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
all: psp_fixup_elf
psp_fixup_elf: scummvm.elf
$(PSPDEV)/bin/psp-fixup-imports $<
.PHONY: psp_fixup_elf

1
configure vendored
View File

@ -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."