From 2d88ca0ff95dcae3cbe937c7cb194f84cfb00632 Mon Sep 17 00:00:00 2001 From: piegit Date: Sun, 24 Feb 2019 11:24:50 -0700 Subject: [PATCH] Makefile tweaks Added SEPT_ENC_PATH variable and set it to sept_enc/sept-secondary.enc --- sept/sept-secondary/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sept/sept-secondary/Makefile b/sept/sept-secondary/Makefile index 1628eb4f7..c051877aa 100644 --- a/sept/sept-secondary/Makefile +++ b/sept/sept-secondary/Makefile @@ -81,6 +81,8 @@ export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \ export DEPSDIR := $(CURDIR)/$(BUILD) +export SEPT_ENC_PATH := $(CURDIR)/sept_enc/$(TARGET).enc + CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c))) CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp))) SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))