diff options
author | Dave Hylands <dhylands@gmail.com> | 2015-12-12 17:15:33 -0500 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-12-13 01:21:36 +0200 |
commit | f9251659424664ed3f30c2b2a990bd7b9fa22c65 (patch) | |
tree | 296dc8d7e5e32aeb01ad110c06a81af8d478658b /py/py.mk | |
parent | f2ed736b29a8e9e772a5fd4b97162b2efdaf9716 (diff) | |
download | micropython-f9251659424664ed3f30c2b2a990bd7b9fa22c65.tar.gz micropython-f9251659424664ed3f30c2b2a990bd7b9fa22c65.zip |
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 'py/py.mk')
-rw-r--r-- | py/py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ PY_O_BASENAME = \ ../extmod/moduheapq.o \ ../extmod/moduhashlib.o \ ../extmod/modubinascii.o \ - ../extmod/modmachine.o \ + ../extmod/machine_mem.o \ ../extmod/modussl.o \ ../extmod/fsusermount.o \ |