Attempt fix for Makefile.griffin

This commit is contained in:
twinaphex 2016-10-17 23:53:06 +02:00
parent affd603251
commit bb2de710c5

View File

@ -406,7 +406,7 @@ all: $(EXT_TARGET)
%.velf: %.elf %.velf: %.elf
ifneq ($(DEBUG), 1) ifneq ($(DEBUG), 1)
arm-vita-eabi-strip -g $< arm-vita-eabi-strip -g $<
endif endif
vita-elf-create $< $@ vita-elf-create $< $@
vita-make-fself -s $@ eboot.bin vita-make-fself -s $@ eboot.bin