From 2bf61eef97842c92c5cce687d6c10b9ec2992534 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 :=