summaryrefslogtreecommitdiff
path: root/mpy-cross
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-03-08 16:20:38 -0800
committerScott Shawcroft <scott@tannewt.org>2019-03-12 11:18:30 -0700
commitd6b2199f3614a5fe2d4da4163ca901ac1e567f5f (patch)
treee1034a446c03bc53abba188c3351a6d0670c10fa /mpy-cross
parent545574dad95d4e03e965463bb5b0f6d7540a2356 (diff)
Stub out safe mode for mpy-cross
Diffstat (limited to 'mpy-cross')
-rw-r--r--mpy-cross/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpy-cross/Makefile b/mpy-cross/Makefile
index fb1ab1ffd..42dbace98 100644
--- a/mpy-cross/Makefile
+++ b/mpy-cross/Makefile
@@ -78,6 +78,7 @@ endif
SRC_C = \
main.c \
gccollect.c \
+ supervisor/stub/safe_mode.c \
supervisor/stub/stack.c \
supervisor/shared/translate.c