Makefile tweaks

Added SEPT_ENC_PATH variable and set it to sept_enc/sept-secondary.enc
This commit is contained in:
piegit 2019-02-24 11:24:50 -07:00 committed by GitHub
parent 4b3ce3343a
commit 2d88ca0ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)))