mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Allow the user to build with a prebuilt sept-secondary blob via a SEPT_ENC_PATH variable. (#365)
This commit is contained in:
parent
37161c5d11
commit
1970a52fc9
1 changed files with 4 additions and 0 deletions
|
@ -120,8 +120,12 @@ check_rebootstub:
|
|||
@$(MAKE) -C $(AMS)/exosphere/rebootstub all
|
||||
|
||||
$(BUILD):
|
||||
ifeq ($(strip $(SEPT_ENC_PATH)),)
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||
else
|
||||
@cp $(SEPT_ENC_PATH) $(TOPDIR)/sept-secondary.enc
|
||||
endif
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue