From 514412afe0dddefefa920e8ab897a7ee920c0b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Thu, 27 Apr 2017 08:10:35 +0200 Subject: [PATCH] [VITA] Compress things a little --- Makefile.griffin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.griffin b/Makefile.griffin index 8fefa3f9c8..201ca49a7d 100644 --- a/Makefile.griffin +++ b/Makefile.griffin @@ -414,7 +414,7 @@ ifneq ($(DEBUG), 1) arm-vita-eabi-strip -g $< endif vita-elf-create $< $@ - vita-make-fself -s $@ eboot.bin + vita-make-fself -c -s $@ eboot.bin %.elf32: %.elf ifeq ($(platform), xenon360)