nrf5: Adding ubluepy_scanner.c and ubluepy_scan_entry.c to Makefile source list.

This commit is contained in:
Glenn Ruben Bakke 2017-03-12 14:21:27 +01:00
parent 11c40892ac
commit 2f9fda1367
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ DRIVERS_SRC_C += $(addprefix modules/,\
ubluepy/ubluepy_delegate.c \
ubluepy/ubluepy_constants.c \
ubluepy/ubluepy_descriptor.c \
ubluepy/ubluepy_scanner.c \
ubluepy/ubluepy_scan_entry.c \
)
#ifeq ($(SD), )