From 0c7788cf26660f3337b741225e094cc28a8ae0ce Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Thu, 13 Jul 2023 23:21:35 +0300 Subject: [PATCH] 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 --- wireless/bluetooth/nimble/Makefile.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireless/bluetooth/nimble/Makefile.nimble b/wireless/bluetooth/nimble/Makefile.nimble index 84f7cb5af..e6d7fa456 100644 --- a/wireless/bluetooth/nimble/Makefile.nimble +++ b/wireless/bluetooth/nimble/Makefile.nimble @@ -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)