From 18a2be0c24b68dbfb4667e08ab6e8912adf52e7b Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Tue, 18 Jul 2023 10:34:34 -0500 Subject: Refactored parsing, added header, all around based mode --- controller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller/Makefile') diff --git a/controller/Makefile b/controller/Makefile index fef034d..00ed2da 100644 --- a/controller/Makefile +++ b/controller/Makefile @@ -22,7 +22,7 @@ IPATH = /home/dnw/Code/TivaC/libs # Flags. CFLAGS = -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections \ -fdata-sections -MD -std=c99 -Wall -pedantic -DPART_${MCU} -c -Os -Dgcc -ggdb -CFLAGS += ${patsubst %,-I%,${subst :, ,${IPATH}}} -Iinc +CFLAGS += ${patsubst %,-I%,${subst :, ,${IPATH}}} -iquote inc # Compiler/standard resource locations. LIBGCC := ${shell ${CC} ${CFLAGS} -print-libgcc-file-name} -- cgit v1.2.3