summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-04-27 17:43:32 -0700
committerScott Shawcroft <scott@tannewt.org>2020-04-27 17:43:32 -0700
commitde42e4af0239b394782e8ecbf7f2e65da2a53a05 (patch)
tree627727f1f2df36dbf9b9deb7ee9e9b48ff189b6a /py
parent755d404edf00ab99bb8497d2e4a36ba18dd17a69 (diff)
parent40a1f3edbcb4a5fe42e11d518f3ebca220cf98e9 (diff)
Merge remote-tracking branch 'adafruit/master' into lower_power
Diffstat (limited to 'py')
-rw-r--r--py/py.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.mk b/py/py.mk
index bca6ac14c..ec0625db6 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -107,6 +107,7 @@ endif
ifeq ($(CIRCUITPY_ULAB),1)
SRC_MOD += $(addprefix extmod/ulab/code/, \
+compare.c \
create.c \
extras.c \
fft.c \