aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-02 15:54:23 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-02 16:10:22 +0100
commita93f9d12211825754ef7e687ab6eb91b3ed44630 (patch)
treeb1b32b1ed553dac21594e4366a30101569618422
parent6e4ef6a815f4d8722e83d2bba3b25a0f791369a2 (diff)
downloadhardware_replicant_libsamsung-ipc-a93f9d12211825754ef7e687ab6eb91b3ed44630.tar.gz
hardware_replicant_libsamsung-ipc-a93f9d12211825754ef7e687ab6eb91b3ed44630.tar.bz2
hardware_replicant_libsamsung-ipc-a93f9d12211825754ef7e687ab6eb91b3ed44630.zip
switch to topdir
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--samsung-ipc/Makefile.am72
-rw-r--r--samsung-ipc/devices/Makefile.am27
-rw-r--r--samsung-ipc/modems/Makefile.am15
-rw-r--r--samsung-ipc/partitions/Makefile.am6
-rw-r--r--samsung-ipc/tests/Makefile.am6
5 files changed, 58 insertions, 68 deletions
diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am
index 1cf760d..da7680c 100644
--- a/samsung-ipc/Makefile.am
+++ b/samsung-ipc/Makefile.am
@@ -15,25 +15,63 @@ lib_LTLIBRARIES = \
$(NULL)
libsamsung_ipc_la_SOURCES = \
- ipc.c \
- ipc.h \
- ipc_utils.c \
- utils.c \
- call.c \
- sms.c \
- sec.c \
- net.c \
- misc.c \
- svc.c \
- gprs.c \
- rfs.c \
- gen.c \
+ $(top_srcdir)/samsung-ipc/ipc.c \
+ $(top_srcdir)/samsung-ipc/ipc.h \
+ $(top_srcdir)/samsung-ipc/ipc_utils.c \
+ $(top_srcdir)/samsung-ipc/utils.c \
+ $(top_srcdir)/samsung-ipc/call.c \
+ $(top_srcdir)/samsung-ipc/sms.c \
+ $(top_srcdir)/samsung-ipc/sec.c \
+ $(top_srcdir)/samsung-ipc/net.c \
+ $(top_srcdir)/samsung-ipc/misc.c \
+ $(top_srcdir)/samsung-ipc/svc.c \
+ $(top_srcdir)/samsung-ipc/gprs.c \
+ $(top_srcdir)/samsung-ipc/rfs.c \
+ $(top_srcdir)/samsung-ipc/gen.c \
+ $(top_srcdir)/samsung-ipc/devices/ipc_devices.c \
+ $(top_srcdir)/samsung-ipc/devices/ipc_devices.h \
+ $(top_srcdir)/samsung-ipc/devices/crespo/crespo.c \
+ $(top_srcdir)/samsung-ipc/devices/crespo/crespo.h \
+ $(top_srcdir)/samsung-ipc/devices/crespo/crespo_modem_ctl.h \
+ $(top_srcdir)/samsung-ipc/devices/aries/aries.c \
+ $(top_srcdir)/samsung-ipc/devices/aries/aries.h \
+ $(top_srcdir)/samsung-ipc/devices/aries/onedram.h \
+ $(top_srcdir)/samsung-ipc/devices/aries/phonet.h \
+ $(top_srcdir)/samsung-ipc/devices/galaxys2/galaxys2.c \
+ $(top_srcdir)/samsung-ipc/devices/galaxys2/galaxys2.h \
+ $(top_srcdir)/samsung-ipc/devices/maguro/maguro.c \
+ $(top_srcdir)/samsung-ipc/devices/maguro/maguro.h \
+ $(top_srcdir)/samsung-ipc/devices/piranha/piranha.c \
+ $(top_srcdir)/samsung-ipc/devices/piranha/piranha.h \
+ $(top_srcdir)/samsung-ipc/devices/i9300/i9300.c \
+ $(top_srcdir)/samsung-ipc/devices/i9300/i9300.h \
+ $(top_srcdir)/samsung-ipc/devices/n7100/n7100.c \
+ $(top_srcdir)/samsung-ipc/devices/n7100/n7100.h \
+ $(top_srcdir)/samsung-ipc/devices/n5100/n5100.c \
+ $(top_srcdir)/samsung-ipc/devices/n5100/n5100.h \
+ $(top_srcdir)/samsung-ipc/devices/herolte/herolte.c \
+ $(top_srcdir)/samsung-ipc/devices/herolte/herolte.h \
+ $(top_srcdir)/samsung-ipc/devices/generic/generic.c \
+ $(top_srcdir)/samsung-ipc/devices/generic/generic.h \
+ $(top_srcdir)/samsung-ipc/modems/xmm616/xmm616.c \
+ $(top_srcdir)/samsung-ipc/modems/xmm616/xmm616.h \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626.c \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626.h \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626_hsic.c \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626_hsic.h \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.c \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.h \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626_mipi.c \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626_mipi.h \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626_modem_if.h \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626_modem_link_device_hsic.h \
+ $(top_srcdir)/samsung-ipc/modems/xmm626/xmm626_modem_prj.h \
+ $(top_srcdir)/samsung-ipc/partitions/android/android.c \
+ $(top_srcdir)/samsung-ipc/partitions/android/android.h \
+ $(top_srcdir)/samsung-ipc/partitions/toc/toc.c \
+ $(top_srcdir)/samsung-ipc/partitions/toc/toc.h \
$(NULL)
-include devices/Makefile.am
-include modems/Makefile.am
-include partitions/Makefile.am
-
libsamsung_ipc_la_LIBADD = \
$(OPENSSL_LIBS) \
$(NULL)
diff --git a/samsung-ipc/devices/Makefile.am b/samsung-ipc/devices/Makefile.am
deleted file mode 100644
index ad3c7ba..0000000
--- a/samsung-ipc/devices/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-libsamsung_ipc_la_SOURCES += \
- devices/ipc_devices.c \
- devices/ipc_devices.h \
- devices/crespo/crespo.c \
- devices/crespo/crespo.h \
- devices/crespo/crespo_modem_ctl.h \
- devices/aries/aries.c \
- devices/aries/aries.h \
- devices/aries/onedram.h \
- devices/aries/phonet.h \
- devices/galaxys2/galaxys2.c \
- devices/galaxys2/galaxys2.h \
- devices/maguro/maguro.c \
- devices/maguro/maguro.h \
- devices/piranha/piranha.c \
- devices/piranha/piranha.h \
- devices/i9300/i9300.c \
- devices/i9300/i9300.h \
- devices/n7100/n7100.c \
- devices/n7100/n7100.h \
- devices/n5100/n5100.c \
- devices/n5100/n5100.h \
- devices/herolte/herolte.c \
- devices/herolte/herolte.h \
- devices/generic/generic.c \
- devices/generic/generic.h \
- $(NULL)
diff --git a/samsung-ipc/modems/Makefile.am b/samsung-ipc/modems/Makefile.am
deleted file mode 100644
index f59258a..0000000
--- a/samsung-ipc/modems/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-libsamsung_ipc_la_SOURCES += \
- modems/xmm616/xmm616.c \
- modems/xmm616/xmm616.h \
- modems/xmm626/xmm626.c \
- 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_modem_if.h \
- modems/xmm626/xmm626_modem_link_device_hsic.h \
- modems/xmm626/xmm626_modem_prj.h \
- $(NULL)
diff --git a/samsung-ipc/partitions/Makefile.am b/samsung-ipc/partitions/Makefile.am
deleted file mode 100644
index 5248869..0000000
--- a/samsung-ipc/partitions/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-libsamsung_ipc_la_SOURCES += \
- partitions/android/android.c \
- partitions/android/android.h \
- partitions/toc/toc.c \
- partitions/toc/toc.h \
- $(NULL)
diff --git a/samsung-ipc/tests/Makefile.am b/samsung-ipc/tests/Makefile.am
index 34925be..28c11cf 100644
--- a/samsung-ipc/tests/Makefile.am
+++ b/samsung-ipc/tests/Makefile.am
@@ -3,9 +3,9 @@ check_PROGRAMS = \
$(NULL)
libsamsung_ipc_test_SOURCES = \
- tests/main.c \
- tests/partitions/android.c \
- tests/partitions/android.h \
+ $(top_srcdir)/samsung-ipc/tests/main.c \
+ $(top_srcdir)/samsung-ipc/tests/partitions/android.c \
+ $(top_srcdir)/samsung-ipc/tests/partitions/android.h \
$(NULL)
libsamsung_ipc_test_SOURCES += $(libsamsung_ipc_la_SOURCES)