asm includes is now a variable

This commit is contained in:
EpochFlame 2021-12-10 13:39:59 -05:00
parent 78f5cf64f4
commit 521f146b2e

View File

@ -75,8 +75,9 @@ PYTHON := python3
# Options
INCLUDES := -i include/
ASM_INCLUDES := -I include/
ASFLAGS := -mgekko -I include/
ASFLAGS := -mgekko $(ASM_INCLUDES)
ifeq ($(VERBOSE),1)
# this set of LDFLAGS outputs warnings.
LDFLAGS := $(MAPGEN) -fp hard -nodefaults