From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1936582674334313321==" MIME-Version: 1.0 From: Dragos Tatulea Subject: [PATCH 4/5] build: add support for ublox lte atom driver Date: Mon, 14 Nov 2016 15:27:05 +0100 Message-ID: <1479133626-8903-5-git-send-email-dragos@endocode.com> In-Reply-To: <1479133626-8903-1-git-send-email-dragos@endocode.com> List-Id: To: ofono@ofono.org --===============1936582674334313321== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index af0f1ab..3d7774b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -382,7 +382,9 @@ builtin_modules +=3D ubloxmodem builtin_sources +=3D 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 -- = 2.7.4 --===============1936582674334313321==--