From 4fe4c2967f4cea86f605ea62a249115dfe6bc40d Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Sat, 18 Feb 2017 22:49:50 +0100 Subject: [PATCH] nrf5: Adding ubluepy_descriptor.c into source list to compile. --- nrf5/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/nrf5/Makefile b/nrf5/Makefile index 8db2e706ec..d39dec4f26 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -173,6 +173,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\ ubluepy/ubluepy_uuid.c \ ubluepy/ubluepy_delegate.c \ ubluepy/ubluepy_constants.c \ + ubluepy/ubluepy_descriptor.c \ ) #ifeq ($(SD), )