We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47efd59 commit 1cc281bCopy full SHA for 1cc281b
py/py.mk
@@ -106,19 +106,7 @@ $(BUILD)/extmod/modbtree.o: CFLAGS += $(BTREE_DEFS)
106
endif
107
108
ifeq ($(CIRCUITPY_ULAB),1)
109
-SRC_MOD += $(addprefix extmod/ulab/code/, \
110
-compare.c \
111
-create.c \
112
-extras.c \
113
-fft.c \
114
-filter.c \
115
-linalg.c \
116
-ndarray.c \
117
-numerical.c \
118
-poly.c \
119
-ulab.c \
120
-vectorise.c \
121
- )
+SRC_MOD += $(wildcard extmod/ulab/code/*.c)
122
CFLAGS_MOD += -DCIRCUITPY_ULAB=1 -DMODULE_ULAB_ENABLED=1
123
$(BUILD)/extmod/ulab/code/%.o: CFLAGS += -Wno-float-equal -Wno-sign-compare -DCIRCUITPY
124
0 commit comments