diff mbox series

[09/10] Makefile: enable build of simcommodem radiosettings

Message ID 20240430115234.180185-9-martin@geanix.com (mailing list archive)
State Accepted
Commit 1957fab23f4be532223046e89558d5366c07831c
Headers show
Series [01/10] sim7100: simplify serial device opening | expand

Commit Message

Martin Hundebøll April 30, 2024, 11:52 a.m. UTC
This change was missing from commit c3da88e1
("drivers: adding support for the SIMCom A7605E-H"). Add it now to allow
radio-settings support for SIMCom A76XX modems.
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index 36319d98..44fb7b1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -532,6 +532,9 @@  builtin_sources += drivers/atmodem/atutil.h \
 builtin_sources += drivers/atmodem/atutil.h \
 			drivers/quectelmodem/radio-settings.c
 
+builtin_sources += drivers/atmodem/atutil.h \
+			drivers/simcommodem/radio-settings.c
+
 if PHONESIM
 builtin_modules += phonesim
 builtin_sources += plugins/phonesim.c