nrf5: Adding ubluepy_descriptor.c into source list to compile.

This commit is contained in:
Glenn Ruben Bakke 2017-02-18 22:49:50 +01:00
parent 842b83cbd8
commit 4fe4c2967f

View File

@ -173,6 +173,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
ubluepy/ubluepy_uuid.c \ ubluepy/ubluepy_uuid.c \
ubluepy/ubluepy_delegate.c \ ubluepy/ubluepy_delegate.c \
ubluepy/ubluepy_constants.c \ ubluepy/ubluepy_constants.c \
ubluepy/ubluepy_descriptor.c \
) )
#ifeq ($(SD), ) #ifeq ($(SD), )