mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
add psp_clean build rule to clean up EBOOT.PBP and scummvm_stripped.elf
svn-id: r43377
This commit is contained in:
parent
a68b033a53
commit
ddf617e2a7
@ -1,17 +1,22 @@
|
||||
all: pack_pbp
|
||||
clean: psp_clean
|
||||
|
||||
PSP_EXE := scummvm$(EXEEXT)
|
||||
PSP_EXE_STRIPPED := scummvm_stripped$(EXEEXT)
|
||||
EBOOT = EBOOT.PBP
|
||||
PACK_PBP = pack-pbp
|
||||
|
||||
$(PSP_EXE_STRIPPED): $(PSP_EXE)
|
||||
$(STRIP) $< -o $@
|
||||
|
||||
psp_clean:
|
||||
$(RM) $(PSP_EXE_STRIPPED) $(EBOOT)
|
||||
|
||||
psp_fixup_elf: $(PSP_EXE_STRIPPED)
|
||||
$(PSPDEV)/bin/psp-fixup-imports $<
|
||||
|
||||
pack_pbp: psp_fixup_elf
|
||||
$(PACK_PBP) EBOOT.PBP \
|
||||
$(PACK_PBP) $(EBOOT) \
|
||||
$(srcdir)/backends/platform/psp/param.sfo \
|
||||
$(srcdir)/backends/platform/psp/icon0.png \
|
||||
NULL \
|
||||
|
Loading…
x
Reference in New Issue
Block a user