From e9f6b7ffd99da9fb5970044415d4e70cf371e489 Mon Sep 17 00:00:00 2001 From: Dragos Tatulea Date: Tue, 15 Nov 2016 15:08:19 +0100 Subject: [PATCH] build: add support for ublox lte atom driver --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index af0f1ab5..3d7774b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -382,7 +382,9 @@ builtin_modules += ubloxmodem builtin_sources += drivers/atmodem/atutil.h \ drivers/ubloxmodem/ubloxmodem.h \ drivers/ubloxmodem/ubloxmodem.c \ - drivers/ubloxmodem/gprs-context.c + drivers/ubloxmodem/gprs-context.c \ + drivers/ubloxmodem/lte.c + if PHONESIM