From b4b74f009f67b35199016b69ea712f37bf9283fd Mon Sep 17 00:00:00 2001 From: Jonas Bonn Date: Fri, 19 Jul 2019 08:51:01 +0200 Subject: ublox: network-registration atom For uBlox modems, a bit of custom setup is required, but after that the generic "atmodem" (27.007-compatible) method implementations are sufficient. This driver, therefore, just puts the custom probe method into place and defers remaining functionality to the recently exported atmodem implementations. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 39777abc..7fb45d35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -471,6 +471,7 @@ builtin_sources += drivers/atmodem/atutil.h \ drivers/ubloxmodem/ubloxmodem.h \ drivers/ubloxmodem/ubloxmodem.c \ drivers/ubloxmodem/gprs-context.c \ + drivers/ubloxmodem/network-registration.c \ drivers/ubloxmodem/netmon.c \ drivers/ubloxmodem/lte.c -- cgit v1.2.1