From da907ab54f1e9f7ab7cb2ac9d8934717af013734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Mon, 14 Sep 2015 18:32:12 -0500 Subject: [PATCH] add extra.json --- Makefile.griffin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.griffin b/Makefile.griffin index c462d9b07d..6807fcc230 100644 --- a/Makefile.griffin +++ b/Makefile.griffin @@ -359,7 +359,7 @@ all: $(EXT_TARGET) %.velf: %.elf arm-vita-eabi-strip -g $< - vita-elf-create $< $@ $(VITASDK)/bin/db.json + vita-elf-create $< $@ $(VITASDK)/bin/db.json $(VITASDK)/bin/extra.json %.elf32: %.elf ifeq ($(platform), xenon360)