summaryrefslogtreecommitdiff
path: root/controller/Makefile
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-07-18 10:34:34 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2023-07-18 10:34:34 -0500
commit18a2be0c24b68dbfb4667e08ab6e8912adf52e7b (patch)
tree2b600e0e45a313c6477e09400fc443ba9ea832cd /controller/Makefile
parent1fd366764d17874b8211ef63d41313995833e36d (diff)
Refactored parsing, added header, all around based mode
Diffstat (limited to 'controller/Makefile')
-rw-r--r--controller/Makefile2
1 files changed, 1 insertions, 1 deletions
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}