summaryrefslogtreecommitdiff
path: root/mpy-cross
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-12-06 15:29:26 -0800
committerScott Shawcroft <scott@tannewt.org>2018-12-06 15:29:26 -0800
commitdf6c8eaed7e54b656bcf0c02d7451c307e3391e6 (patch)
tree0662c319fa47cde1d07aad422422e1061b798400 /mpy-cross
parent6ef863997186e1893cdf19c0e04d0a8a3f33ad9d (diff)
Add stack.c stub 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 d9234ac02..fb1ab1ffd 100644
--- a/mpy-cross/Makefile
+++ b/mpy-cross/Makefile
@@ -78,6 +78,7 @@ endif
SRC_C = \
main.c \
gccollect.c \
+ supervisor/stub/stack.c \
supervisor/shared/translate.c
# Add fmode when compiling with mingw gcc