Merge pull request #3317 from frangarcj/master

(VITA) Fix vita-make-fself typo
This commit is contained in:
Andrés 2016-08-01 17:14:10 -05:00 committed by GitHub
commit d7e28eda8a

View File

@ -387,7 +387,7 @@ all: $(EXT_TARGET)
%.velf: %.elf
arm-vita-eabi-strip -g $<
vita-elf-create $< $@
make_fself $@ eboot.bin
vita-make-fself $@ eboot.bin
%.elf32: %.elf
ifeq ($(platform), xenon360)