(VITA) Fix vita-make-fself typo

This commit is contained in:
Francisco José García García 2016-08-02 00:11:51 +02:00
parent e8480a72a6
commit 043b4589bc

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)