diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-05-12 19:01:17 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-05-12 19:01:17 -0700 |
| commit | 2efe17bcb76197137287ae4a984b4481ab77be15 (patch) | |
| tree | 1d83e43db560d46a3d803d3fa65c445babe01617 /py | |
| parent | 4e646ee6e4473195df3eba4bd7e006e44bfd1cdc (diff) | |
Don't build in empty help.c
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index c6ea2b45b..9913329c2 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -318,7 +318,6 @@ $(filter $(SRC_PATTERNS), \ ) SRC_BINDINGS_ENUMS += \ - help.c \ util.c SRC_SHARED_MODULE_ALL = \ |
