diff options
| author | Joost Peters | 2006-05-29 17:37:59 +0000 | 
|---|---|---|
| committer | Joost Peters | 2006-05-29 17:37:59 +0000 | 
| commit | 4d55bff13d51a64e1008aaa3337bb146051d9c8d (patch) | |
| tree | 490defe9aa07e67ee55189ec9f211b446eb667d2 /backends/psp | |
| parent | fa779040744673723b8f8266f6a7bb9054da20d5 (diff) | |
| download | scummvm-rg350-4d55bff13d51a64e1008aaa3337bb146051d9c8d.tar.gz scummvm-rg350-4d55bff13d51a64e1008aaa3337bb146051d9c8d.tar.bz2 scummvm-rg350-4d55bff13d51a64e1008aaa3337bb146051d9c8d.zip  | |
add SCEkxploit rule
svn-id: r22749
Diffstat (limited to 'backends/psp')
| -rw-r--r-- | backends/psp/Makefile | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/backends/psp/Makefile b/backends/psp/Makefile index 51720c22ed..bcb5dfd3a0 100644 --- a/backends/psp/Makefile +++ b/backends/psp/Makefile @@ -104,4 +104,12 @@ kxploit: $(TARGET).elf $(PSP_EBOOT_SFO)  	$(PACK_PBP) "$(TARGET)%/$(PSP_EBOOT)" $(PSP_EBOOT_SFO) $(PSP_EBOOT_ICON)  \  		$(PSP_EBOOT_ICON1) $(PSP_EBOOT_PIC0) $(PSP_EBOOT_PIC1)  \  		$(PSP_EBOOT_SND0) NULL $(PSP_EBOOT_PSAR) -	 + +SCEkxploit: $(TARGET).elf $(PSP_EBOOT_SFO) +	mkdir -p "__SCE__$(TARGET)" +	$(STRIP) $(TARGET).elf -o __SCE__$(TARGET)/$(PSP_EBOOT) +	mkdir -p "%__SCE__$(TARGET)" +	$(PACK_PBP) "%__SCE__$(TARGET)/$(PSP_EBOOT)" $(PSP_EBOOT_SFO) $(PSP_EBOOT_ICON)  \ +		$(PSP_EBOOT_ICON1) $(PSP_EBOOT_PIC0) $(PSP_EBOOT_PIC1)  \ +		$(PSP_EBOOT_SND0) NULL $(PSP_EBOOT_PSAR) +  | 
