aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-01-24 01:16:31 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-01-30 03:52:40 +0100
commitd755da2fa53f3a037b81a94abdc9a2ad5563a271 (patch)
tree6dc1b3cb8b4a794a63748911b339719f324a2670 /Android.mk
parentf0456795fdce66c35089d058f563764958f3cc28 (diff)
downloadhardware_replicant_libsamsung-ipc-d755da2fa53f3a037b81a94abdc9a2ad5563a271.tar.gz
hardware_replicant_libsamsung-ipc-d755da2fa53f3a037b81a94abdc9a2ad5563a271.tar.bz2
hardware_replicant_libsamsung-ipc-d755da2fa53f3a037b81a94abdc9a2ad5563a271.zip
modems: move them in their own directory
This improve clarity as devices typically refers to the smartphones and tablets but not the modems. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index cc108c3..a2ccfe7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -53,11 +53,11 @@ libsamsung_ipc_local_src_files := \
samsung-ipc/ipc.c \
samsung-ipc/ipc_devices.c \
samsung-ipc/ipc_utils.c \
- samsung-ipc/devices/xmm616/xmm616.c \
- samsung-ipc/devices/xmm626/xmm626.c \
- samsung-ipc/devices/xmm626/xmm626_hsic.c \
- samsung-ipc/devices/xmm626/xmm626_mipi.c \
- samsung-ipc/devices/xmm626/xmm626_sec_modem.c \
+ samsung-ipc/modems/xmm616/xmm616.c \
+ samsung-ipc/modems/xmm626/xmm626.c \
+ samsung-ipc/modems/xmm626/xmm626_hsic.c \
+ samsung-ipc/modems/xmm626/xmm626_mipi.c \
+ samsung-ipc/modems/xmm626/xmm626_sec_modem.c \
samsung-ipc/devices/crespo/crespo.c \
samsung-ipc/devices/aries/aries.c \
samsung-ipc/devices/galaxys2/galaxys2.c \
@@ -80,8 +80,8 @@ libsamsung_ipc_local_src_files := \
libsamsung_ipc_local_c_includes := \
$(LOCAL_PATH)/include \
$(LOCAL_PATH)/samsung-ipc \
- $(LOCAL_PATH)/samsung-ipc/devices/xmm616/ \
- $(LOCAL_PATH)/samsung-ipc/devices/xmm626/ \
+ $(LOCAL_PATH)/samsung-ipc/modems/xmm616/ \
+ $(LOCAL_PATH)/samsung-ipc/modems/xmm626/ \
external/openssl/include
libsamsung_local_cflags := \