diff options
-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." |