From 521f146b2e75533de9cdf9d7306768894c57e169 Mon Sep 17 00:00:00 2001 From: EpochFlame <82550703+EpochFlame@users.noreply.github.com> Date: Fri, 10 Dec 2021 13:39:59 -0500 Subject: [PATCH] asm includes is now a variable --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30cab8c14..d5143f0ce 100644 --- a/Makefile +++ b/Makefile @@ -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