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

[GitHub] michal-narajowski closed pull request #242: porting: Fix Makefile that lists non-existing file

michal-narajowski closed pull request #242: porting: Fix Makefile that lists non-existing file
URL: https://github.com/apache/mynewt-nimble/pull/242
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/porting/nimble/Makefile.defs b/porting/nimble/Makefile.defs
index 3e0f7be3..f5396aaf 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services