diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-06-01 08:26:23 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-06-01 08:26:23 -0500 |
| commit | f211a090e297a71a8a512487aa8a2051caecdc95 (patch) | |
| tree | 65a483fa8e8f2b7e71556687ddcf2b9f3d5aaace /py/py.mk | |
| parent | 1cc281b6a49ab4021be92fed7c2975c9d0fa9697 (diff) | |
py.mk: Assume we want all C source files in ulab
Diffstat (limited to 'py/py.mk')
| -rw-r--r-- | py/py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ $(BUILD)/extmod/modbtree.o: CFLAGS += $(BTREE_DEFS) endif ifeq ($(CIRCUITPY_ULAB),1) -SRC_MOD += $(wildcard 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 |
