porting: Remove extra file from Makefile.defs

By default all files are build and this list should be used only
for exluding.
This commit is contained in:
Szymon Janc
2019-04-09 10:53:43 +02:00
parent 1a1047fe11
commit c712e7d551
-1
View File
@@ -50,7 +50,6 @@ NIMBLE_SRC := \
$(filter-out $(NIMBLE_IGNORE), $(wildcard $(NIMBLE_ROOT)/nimble/host/services/lls/src/*.c)) \
$(filter-out $(NIMBLE_IGNORE), $(wildcard $(NIMBLE_ROOT)/nimble/host/services/tps/src/*.c)) \
$(filter-out $(NIMBLE_IGNORE), $(wildcard $(NIMBLE_ROOT)/nimble/host/store/ram/src/*.c)) \
$(NIMBLE_ROOT)/nimble/host/src/ble_hs_periodic_disc.c \
$(NULL)
ifneq (,$(NIMBLE_CFG_CONTROLLER))