aboutsummaryrefslogtreecommitdiff
path: root/unix/Makefile
diff options
context:
space:
mode:
authorDave Hylands2015-12-12 17:15:33 -0500
committerPaul Sokolovsky2015-12-13 01:21:36 +0200
commitf9251659424664ed3f30c2b2a990bd7b9fa22c65 (patch)
tree296dc8d7e5e32aeb01ad110c06a81af8d478658b /unix/Makefile
parentf2ed736b29a8e9e772a5fd4b97162b2efdaf9716 (diff)
unix: Move modmachine into unix directory
This leaves behind the common functionality in extmod/machine_mem.c which can be used by all ports.
Diffstat (limited to 'unix/Makefile')
-rw-r--r--unix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile b/unix/Makefile
index 677c3b4fd..b905b0683 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -114,6 +114,7 @@ SRC_C = \
unix_mphal.c \
input.c \
file.c \
+ modmachine.c \
modos.c \
moduselect.c \
alloc.c \