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:
parent
355153cff5
commit
0c7788cf26
@ -38,7 +38,7 @@ NIMBLE_IGNORE += $(NIMBLE_ROOT)/porting/nimble/src/os_cputime_pwr2.c
|
||||
|
||||
# include NimBLE porting defs
|
||||
|
||||
include $(NIMBLE_ROOT)/porting/nimble/Makefile.defs
|
||||
-include $(NIMBLE_ROOT)/porting/nimble/Makefile.defs
|
||||
|
||||
CSRCS += $(NIMBLE_SRC)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user