aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/Makefile.am
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-21 02:08:55 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-21 05:20:24 +0100
commitc137579d09b0de9a903bd764bb0cb8196190dff3 (patch)
treee3911e634b050a06541bf4e4b7cdcd4692872fcf /samsung-ipc/Makefile.am
parent703dbcfac4e313eaf3e6177f8639fbe729f5b290 (diff)
downloadhardware_replicant_libsamsung-ipc-c137579d09b0de9a903bd764bb0cb8196190dff3.tar.gz
hardware_replicant_libsamsung-ipc-c137579d09b0de9a903bd764bb0cb8196190dff3.tar.bz2
hardware_replicant_libsamsung-ipc-c137579d09b0de9a903bd764bb0cb8196190dff3.zip
modem: rename xmm626_sec_modem to xmm626_kernel_smdk4412
The XMM626 is the modem model, and SEC is a reference to Samsung Electronics. However, in practice the xmm626_sec_modem file and functions are tied to a specific kernel interface which is not upstream. In CyanogenMod, LineageOS and Replicant (up to the 6.0 version), most of the devices supported by libsamsung-ipc use a kernel named android_kernel_samsung_smdk4412, which implements this interface. So it is more clear to use a name that reflects that instead of using the generic xmm626_sec_modem name. Even if SMDK4412 is also a Samsung evaluation board for the Exynos 4412 System on a chip, the kernel name is probably way more known to people working on supporting devices with an XMM626 modem in libsamsung-ipc. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'samsung-ipc/Makefile.am')
-rw-r--r--samsung-ipc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am
index 726c189..1b18760 100644
--- a/samsung-ipc/Makefile.am
+++ b/samsung-ipc/Makefile.am
@@ -27,10 +27,10 @@ libsamsung_ipc_la_SOURCES = \
modems/xmm626/xmm626.h \
modems/xmm626/xmm626_hsic.c \
modems/xmm626/xmm626_hsic.h \
+ modems/xmm626/xmm626_kernel_smdk4412.c \
+ modems/xmm626/xmm626_kernel_smdk4412.h \
modems/xmm626/xmm626_mipi.c \
modems/xmm626/xmm626_mipi.h \
- modems/xmm626/xmm626_sec_modem.c \
- modems/xmm626/xmm626_sec_modem.h \
modems/xmm626/xmm626_modem.h \
modems/xmm626/xmm626_modem_link_device_hsic.h \
modems/xmm626/xmm626_modem_prj.h \