diff options
| author | Dave Hylands | 2015-12-12 17:15:33 -0500 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-12-13 01:21:36 +0200 |
| commit | f9251659424664ed3f30c2b2a990bd7b9fa22c65 (patch) | |
| tree | 296dc8d7e5e32aeb01ad110c06a81af8d478658b /unix/Makefile | |
| parent | f2ed736b29a8e9e772a5fd4b97162b2efdaf9716 (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/Makefile | 1 |
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 \ |
