diff options
Diffstat (limited to 'ports/stm32/Makefile')
| -rw-r--r-- | ports/stm32/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/stm32/Makefile b/ports/stm32/Makefile index 11db9dfba..235b25164 100644 --- a/ports/stm32/Makefile +++ b/ports/stm32/Makefile @@ -458,14 +458,18 @@ CFLAGS_MOD += -DMBEDTLS_CONFIG_FILE='"mbedtls/mbedtls_config.h"' SRC_MOD += mbedtls/mbedtls_port.c endif +ifeq ($(MICROPY_PY_BLUETOOTH),1) + ifeq ($(MICROPY_BLUETOOTH_NIMBLE),1) include $(TOP)/extmod/nimble/nimble.mk SRC_C += nimble.c SRC_C += nimble_hci_uart.c -EXTMOD_SRC_C += extmod/modbluetooth_nimble.c +endif + ifeq ($(MICROPY_PY_NETWORK_CYW43),1) DRIVERS_SRC_C += drivers/cyw43/cywbt.c endif + endif OBJ = |
