Skip to content

Commit

Permalink
Makefile: compile as freestanding
Browse files Browse the repository at this point in the history
JIRA: RTOS-927
  • Loading branch information
badochov committed Sep 27, 2024
1 parent ebd4d55 commit 2bf61ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include ../phoenix-rtos-build/Makefile.common

LDGEN ?= $(CC)

CFLAGS += -I.
CFLAGS += -I. -ffreestanding
CPPFLAGS += -DVERSION=\"$(VERSION)\"

OBJS :=
Expand Down

0 comments on commit 2bf61ee

Please sign in to comment.