summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extmod/extmod.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/extmod.mk b/extmod/extmod.mk
index a510f3c54..d2fe2acba 100644
--- a/extmod/extmod.mk
+++ b/extmod/extmod.mk
@@ -458,6 +458,7 @@ SRC_THIRDPARTY_C += $(addprefix $(CYW43_DIR)/src/,\
cyw43_lwip.c \
cyw43_ll.c \
cyw43_sdio.c \
+ cyw43_spi.c \
cyw43_stats.c \
)
ifeq ($(MICROPY_PY_BLUETOOTH),1)