aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-16 21:50:26 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-28 17:28:38 +0100
commite1de9ed1759feb87bc633253b4b1666273dfa8d2 (patch)
treed13aac1fc1c3a36a5920a8996bdcc14ede2e2807 /Android.mk
parent0149fc9e6bfd08b596fa1954b6dc4bcf875de9cd (diff)
downloadhardware_replicant_libsamsung-ipc-e1de9ed1759feb87bc633253b4b1666273dfa8d2.tar.gz
hardware_replicant_libsamsung-ipc-e1de9ed1759feb87bc633253b4b1666273dfa8d2.tar.bz2
hardware_replicant_libsamsung-ipc-e1de9ed1759feb87bc633253b4b1666273dfa8d2.zip
samsung-ipc: move TOC handling in its own directory
This could enable other devices to use the TOC handling functions. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 554c59a..0521db6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -80,7 +80,8 @@ libsamsung_ipc_local_src_files := \
samsung-ipc/modems/xmm626/xmm626.c \
samsung-ipc/modems/xmm626/xmm626_hsic.c \
samsung-ipc/modems/xmm626/xmm626_kernel_smdk4412.c \
- samsung-ipc/modems/xmm626/xmm626_mipi.c
+ samsung-ipc/modems/xmm626/xmm626_mipi.c \
+ samsung-ipc/partitions/toc/toc.c
libsamsung_ipc_local_export_headers := \
include/call.h \