diff --git a/Makefile b/Makefile index eef2d49..fb399fb 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ CFLAGS = -Wall \ -mmcu=$(BOARD) \ -DF_CPU=16000000UL \ -DGIT_DESCR=\"$(shell git describe --abbrev=6 --dirty --always --tags --long)\" \ + -ffreestanding \ -std=c11 # Linker flags