mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +00:00
SEPT_ENC_PATH -> SEPT_00_ENC_PATH + SEPT_01_ENC_PATH
This commit is contained in:
parent
6699fda8c9
commit
24f7977fa6
1 changed files with 3 additions and 2 deletions
|
@ -124,12 +124,13 @@ check_key_derivation:
|
|||
@$(MAKE) -C key_derivation
|
||||
|
||||
$(BUILD): check_rebootstub check_key_derivation
|
||||
ifeq ($(strip $(SEPT_ENC_PATH)),)
|
||||
ifeq ($(strip $(SEPT_ENC_00_PATH)),)
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||
else
|
||||
@touch $(TOPDIR)/$(TARGET).bin
|
||||
@cp $(SEPT_ENC_PATH) $(TOPDIR)/$(TARGET).enc
|
||||
@cp $(SEPT_ENC_00_PATH) $(TOPDIR)/$(TARGET)_00.enc
|
||||
@cp $(SEPT_ENC_01_PATH) $(TOPDIR)/$(TARGET)_01.enc
|
||||
endif
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue