diff --git a/sept/sept-secondary/Makefile b/sept/sept-secondary/Makefile index b09d2359d..e5361512d 100644 --- a/sept/sept-secondary/Makefile +++ b/sept/sept-secondary/Makefile @@ -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: