mirror of
https://github.com/XorTroll/SaltyNX.git
synced 2024-11-30 04:40:23 +00:00
produce KIP file as well, just not in sdcard_out
This commit is contained in:
parent
e9482b98b2
commit
d8589ba97e
@ -173,7 +173,7 @@ DEPENDS := $(OFILES:.o=.d)
|
||||
#---------------------------------------------------------------------------------
|
||||
# main targets
|
||||
#---------------------------------------------------------------------------------
|
||||
all : $(OUTPUT).pfs0 $(OUTPUT).nsp $(OUTPUT).nro
|
||||
all : $(OUTPUT).pfs0 $(OUTPUT).nsp $(OUTPUT).nro $(OUTPUT).kip
|
||||
|
||||
$(OUTPUT).pfs0 : $(OUTPUT).nso
|
||||
|
||||
@ -193,6 +193,10 @@ endif
|
||||
|
||||
$(OUTPUT).elf : $(OFILES)
|
||||
|
||||
$(OUTPUT).kip : $(OUTPUT).elf
|
||||
@elf2kip $< $(OUTPUT).json $@
|
||||
@echo built ... $(notdir $@)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# you need a rule like this for each extension you use as binary data
|
||||
#---------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user