You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2018/11/15 13:53:06 UTC

[mynewt-nimble] branch master updated: porting: Fix Makefile that lists non-existing file

This is an automated email from the ASF dual-hosted git repository.

naraj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f5a1d5  porting: Fix Makefile that lists non-existing file
9f5a1d5 is described below

commit 9f5a1d51221d59cd58cca8e5089b866ba336878b
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Thu Nov 15 14:05:01 2018 +0100

    porting: Fix Makefile that lists non-existing file
---
 porting/nimble/Makefile.defs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/porting/nimble/Makefile.defs b/porting/nimble/Makefile.defs
index 3e0f7be..f5396aa 100644
--- a/porting/nimble/Makefile.defs
+++ b/porting/nimble/Makefile.defs
@@ -88,7 +88,6 @@ NIMBLE_SRC := \
 	$(NIMBLE_ROOT)/nimble/host/store/ram/src/ble_store_ram.c \
 	$(NIMBLE_ROOT)/nimble/host/util/src/addr.c \
 	$(NIMBLE_ROOT)/nimble/src/ble_util.c \
-	$(NIMBLE_ROOT)/nimble/src/hci_common.c \
         $(NULL)
 
 # Few utils and data structures copied from Mynewt