summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-04-27 17:41:43 -0700
committerGitHub <noreply@github.com>2020-04-27 17:41:43 -0700
commit40a1f3edbcb4a5fe42e11d518f3ebca220cf98e9 (patch)
tree244c8e8285fdba0799cacd4f22763d23280ac886 /py
parentfaa50df05fa11c3903934419a2ad7d7063cf23c7 (diff)
parent485f66714156f797d381662ea5992f4f5ac92b80 (diff)
Merge pull request #2811 from jepler/update-ulab
ulab: actually update the submodule
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 \