aboutsummaryrefslogtreecommitdiff
path: root/Makefile.preamble
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.preamble')
-rw-r--r--Makefile.preamble2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.preamble b/Makefile.preamble
index f6e1370..b338833 100644
--- a/Makefile.preamble
+++ b/Makefile.preamble
@@ -2,7 +2,7 @@ OPT?=-O
PREFIX?=arm-unknown-eabi-
CC=$(PREFIX)gcc
LD=$(PREFIX)ld
-CFLAGS?=$(OPT) -mcpu=cortex-m4 -mthumb -g -lgcc -static -nostartfiles -Iinclude -Iinclude/arch/arm
+CFLAGS?=$(OPT) -mcpu=cortex-m4 -mthumb -mimplicit-it -g -lgcc -static -nostartfiles -Iinclude -Iinclude/arch/arm
LD_FLAGS?=-T linker/linker_script.ld -nostdlib --cref -Map linker/main.map -static
TEST_PREFIX=x86_64-pc-linux-gnu-