diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-07-29 10:48:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-29 10:48:27 -0700 |
| commit | 5e86262694d0332f3cb2c9ae67fbf4c70a99ff12 (patch) | |
| tree | 78264d8dc65702481b359c5fb086caca562ba91f /py | |
| parent | b76d37f24a3f1d8e26e080ed9b88e05af6dfae5c (diff) | |
| parent | 9b8df7f6356aada4ce2cf89d24ea1cf635e9efe7 (diff) | |
Merge pull request #3187 from jepler/ulab-restructure-document
Upgrade ulab
Diffstat (limited to 'py')
| -rw-r--r-- | py/py.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ endif ifeq ($(CIRCUITPY_ULAB),1) SRC_MOD += $(patsubst $(TOP)/%,%,$(wildcard $(TOP)/extmod/ulab/code/*.c)) +SRC_MOD += $(patsubst $(TOP)/%,%,$(wildcard $(TOP)/extmod/ulab/code/*/*.c)) CFLAGS_MOD += -DCIRCUITPY_ULAB=1 -DMODULE_ULAB_ENABLED=1 $(BUILD)/extmod/ulab/code/%.o: CFLAGS += -Wno-float-equal -Wno-sign-compare -DCIRCUITPY endif |
