aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-01-27 11:18:33 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-01-27 11:18:33 -0500
commit4f59610a00da78639c1909acb09c7dfde4519a28 (patch)
treec4b9f18f4a0826c2f635ee3b16a3a88d7a195114 /Makefile
parent1a14ef827ed99a814b00d8ea4b98b8633582b945 (diff)
sandboxed user algorithm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efb47ad..178b026 100644
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,9 @@ CPPWARN = -Wall -Wextra -Wundef
#
# List all user C define here, like -D_DEBUG=1
-UDEFS = -DCORTEX_ENABLE_WFI_IDLE=TRUE -DPORT_USE_SYSCALL=TRUE
+UDEFS = -DCORTEX_ENABLE_WFI_IDLE=TRUE \
+ -DPORT_USE_SYSCALL=TRUE \
+ -DPORT_USE_GUARD_MPU_REGION=MPU_REGION_0
# Define ASM defines here
UADEFS =