aboutsummaryrefslogtreecommitdiff
path: root/example-fsm-55/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example-fsm-55/Makefile')
-rw-r--r--example-fsm-55/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/example-fsm-55/Makefile b/example-fsm-55/Makefile
index 755639c..a6642f3 100644
--- a/example-fsm-55/Makefile
+++ b/example-fsm-55/Makefile
@@ -14,7 +14,8 @@ OBJCOPY = $(CROSS)objcopy
MCU = cortex-m0 # -save-temps
CWARN = -Wall -Wextra -Wstrict-prototypes
-DEFS = -DHAVE_SYS_H -DFREE_STANDING -DMHZ=48 -DUSE_WFI_FOR_IDLE
+DEFS = -DMAKE_ENTRY_PUBLIC \
+ -DFREE_STANDING -DMHZ=48 -DUSE_WFI_FOR_IDLE
OPT = -O3 -Os -g
LIBS =