extmod/extmod.mk: Add cyw43_spi.c to list of sources.

This file is part of the updated cyw43-driver.  It will only be used if
`CYW43_USE_SPI` is enabled.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2024-12-18 14:49:56 +11:00
parent 91cff8e4f1
commit 0ee160e7c0

View File

@@ -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)