aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2018-03-29 21:26:53 -0400
committerClyne Sullivan <tullivan99@gmail.com>2018-03-29 21:26:53 -0400
commit50233fff403da32473aa499ad45ab4770471966a (patch)
tree19986d0282dd3d1b585366362b7ac9bfc07e8c01 /Makefile
parent93396d69eb71cb724d47dc927becf5a129baa168 (diff)
new initrd format work, bigger keypad
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b9e19a..9620aa4 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ STRIP = strip
MCUFLAGS = -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16
AFLAGS = $(MCUFLAGS)
CFLAGS = $(MCUFLAGS) -ggdb \
- -Iinclude -Iinclude/it -Iinclude/cmsis \
+ -Iinclude -Iinclude/cmsis \
-fno-builtin -fsigned-char -ffreestanding \
-Wall -Werror -Wextra -pedantic \
-Wno-overlength-strings -Wno-discarded-qualifiers