diff options
| author | James Bowman <jamesb@excamera.com> | 2020-02-07 10:30:49 -0800 |
|---|---|---|
| committer | James Bowman <jamesb@excamera.com> | 2020-02-07 10:30:49 -0800 |
| commit | 5c6d94d3e5ac2c4bb8514ac920d59a465300465b (patch) | |
| tree | f62cccf883999a8a0e5a62b8c9fa0ae32d81d63f /py | |
| parent | a20490c0b3f17355765f22cd6b102d27824d33ec (diff) | |
Split into shared-module and shared-bindings
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index e7d49ae24..68fa25d8d 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -363,7 +363,8 @@ SRC_SHARED_MODULE_ALL = \ uheap/__init__.c \ ustack/__init__.c \ _pew/__init__.c \ - _pew/PewPew.c + _pew/PewPew.c \ + _eve/__init__.c # All possible sources are listed here, and are filtered by SRC_PATTERNS. SRC_SHARED_MODULE = $(filter $(SRC_PATTERNS), $(SRC_SHARED_MODULE_ALL)) |
