From 0d8a06af30e3a54fda235f56b89a811fa1cc7947 Mon Sep 17 00:00:00 2001 From: Philip Paeps Date: Thu, 3 Jul 2014 12:32:04 +0200 Subject: plugins: new driver for u-blox SARA-U270 modems This driver may also work (perhaps with more or less trivial changes) with other u-blox modems (SARA, LISA, LEON) but this hasn't been tested. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index aee28deb..c85ce172 100644 --- a/Makefile.am +++ b/Makefile.am @@ -423,6 +423,9 @@ builtin_sources += plugins/he910.c builtin_modules += quectel builtin_sources += plugins/quectel.c +builtin_modules += ublox +builtin_sources += plugins/ublox.c + if BLUETOOTH if BLUEZ4 builtin_modules += bluez4 -- cgit v1.2.3