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 /windows/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 'windows/Makefile')
| -rw-r--r-- | windows/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/Makefile b/windows/Makefile index 10c5f2ba7..ba89fccae 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -32,6 +32,7 @@ SRC_C = \ unix/file.c \ unix/input.c \ unix/modos.c \ + unix/modmachine.c \ unix/modtime.c \ unix/gccollect.c \ windows_mphal.c \ |
