exo: fix building on release

This commit is contained in:
Michael Scire
2020-11-18 15:07:10 -08:00
committed by SciresM
parent 69f9fb8713
commit 835aa6b9db
7 changed files with 10 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ endif
#---------------------------------------------------------------------------------
export OFILES_SRC := $(CPPFILES:.cpp=.o) $(CFILES:.c=.o) $(SFILES:.s=.o)
export OFILES := $(OFILES_BIN) $(OFILES_SRC) rebootstub.bin.o sc7fw.bin.o
export OFILES := $(OFILES_SRC) rebootstub.bin.o sc7fw.bin.o
export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
$(foreach dir,$(LIBDIRS),-I$(dir)/include) \