[Replicant] [libsamsung-ipc] [PATCH 2/3] Makefile.am: Fix xmm626_modem_if.h path

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Mon Sep 14 12:43:37 UTC 2020


According to this commit:
    86d3646 modems: xmm626: includes: add xmm626 prefix
    86d3646e6c2dfad59c97aa39e944d97f4b3feed5
the samsung-ipc/modems/xmm626/modem.h was renamed to
samsung-ipc/modems/xmm626/xmm626_modem_if.h, however I
forgot to update the Makefile.am.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 samsung-ipc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am
index f71e396..87becdd 100644
--- a/samsung-ipc/Makefile.am
+++ b/samsung-ipc/Makefile.am
@@ -28,7 +28,7 @@ libsamsung_ipc_la_SOURCES = \
 	modems/xmm626/xmm626_kernel_smdk4412.h \
 	modems/xmm626/xmm626_mipi.c \
 	modems/xmm626/xmm626_mipi.h \
-	modems/xmm626/xmm626_modem.h \
+	modems/xmm626/xmm626_modem_if.h \
 	modems/xmm626/xmm626_modem_link_device_hsic.h \
 	modems/xmm626/xmm626_modem_prj.h \
 	devices/ipc_devices.c \
-- 
2.28.0



More information about the Replicant mailing list