From a87f9490e38d7cf83496e45c75d5d278b634d796 Mon Sep 17 00:00:00 2001 From: Hubert Badocha Date: Wed, 25 Sep 2024 23:20:57 +0200 Subject: [PATCH] Makefile: compile as freestanding JIRA: RTOS-927 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 891efbb7..9e960c1b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ include ../phoenix-rtos-build/Makefile.common LDGEN ?= $(CC) -CFLAGS += -I. +CFLAGS += -I. -ffreestanding CPPFLAGS += -DVERSION=\"$(VERSION)\" OBJS :=