diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-03-08 15:59:15 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-03-09 22:05:32 +0000 |
commit | c74a377f9881f7fcdf2c8cab0b5a5378692cf6d2 (patch) | |
tree | c8fe744a2de0f65feb78e7ff2f7afb2dcaf98ff3 /configure.ac | |
parent | 5fc6b9ee1b0c7b631328d71cf991bde9b70df2a2 (diff) |
fibocom: new shared interface for common logic
The set_initial_eps_bearer_settings() operation is the same in XMM
capable and generic MBIM modem objects. Place it in a common shared
interface so that we don't duplicate code.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c1ce60ad..2ac41c57 100644 --- a/configure.ac +++ b/configure.ac @@ -513,7 +513,8 @@ MM_ENABLE_PLUGIN([dell], with_shared_foxconn]) MM_ENABLE_PLUGIN([dlink]) MM_ENABLE_PLUGIN([fibocom], - [with_shared_xmm]) + [with_shared_fibocom, + with_shared_xmm]) MM_ENABLE_PLUGIN([foxconn], [with_shared_foxconn]) MM_ENABLE_PLUGIN([gosuncn]) @@ -565,6 +566,7 @@ MM_BUILD_SHARED([novatel]) MM_BUILD_SHARED([xmm]) MM_BUILD_SHARED([telit]) MM_BUILD_SHARED([foxconn]) +MM_BUILD_SHARED([fibocom]) dnl----------------------------------------------------------------------------- dnl Output |