aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/Makefile.am
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-06-30 10:40:11 +0200
committerPaul Kocialkowski <contact@paulk.fr>2013-06-30 10:40:11 +0200
commitc79aeafe5a44717d04fe4d14edf0ed71e7052783 (patch)
tree568ce66450634065a0619dbc25f3c17c524260df /samsung-ipc/Makefile.am
parent1edc56a5fcb62dfea78fc27e29d7d87eda8c5662 (diff)
downloadhardware_replicant_libsamsung-ipc-c79aeafe5a44717d04fe4d14edf0ed71e7052783.tar.gz
hardware_replicant_libsamsung-ipc-c79aeafe5a44717d04fe4d14edf0ed71e7052783.tar.bz2
hardware_replicant_libsamsung-ipc-c79aeafe5a44717d04fe4d14edf0ed71e7052783.zip
Split aries and crespo common code to xmm6160, along with major code rework
Change-Id: Id78c7ce62bf5b9b875b6bc3dd53e6bf21fa36c95 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/Makefile.am')
-rw-r--r--samsung-ipc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am
index 25d730f..154bb70 100644
--- a/samsung-ipc/Makefile.am
+++ b/samsung-ipc/Makefile.am
@@ -3,6 +3,7 @@ NULL =
AM_CFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/samsung-ipc \
+ -I$(top_srcdir)/samsung-ipc/device/xmm6160 \
-I$(top_srcdir)/samsung-ipc/device/xmm6260 \
$(OPENSSL_CFLAGS) \
$(NULL)
@@ -39,6 +40,8 @@ libsamsung_ipc_la_SOURCES = \
device/aries/phonet.h \
device/crespo/crespo_modem_ctl.h \
device/crespo/crespo_ipc.h \
+ device/xmm6160/xmm6160.c \
+ device/xmm6160/xmm6160.h \
device/xmm6260/xmm6260_loader.c \
device/xmm6260/xmm6260_loader.h \
device/xmm6260/xmm6260_modemctl.c \