wireless/bluetooth/nimble: fix build issue with nimBLE example

The NimBLE source code is downloaded at the first pass of the
make system so some makefiles to include might be not in place
initially, but included after code is fetched

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2023-07-13 23:21:35 +03:00 committed by Xiang Xiao
parent 355153cff5
commit 0c7788cf26

View File

@ -38,7 +38,7 @@ NIMBLE_IGNORE += $(NIMBLE_ROOT)/porting/nimble/src/os_cputime_pwr2.c
# include NimBLE porting defs # include NimBLE porting defs
include $(NIMBLE_ROOT)/porting/nimble/Makefile.defs -include $(NIMBLE_ROOT)/porting/nimble/Makefile.defs
CSRCS += $(NIMBLE_SRC) CSRCS += $(NIMBLE_SRC)