aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-16 21:46:17 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-28 17:28:38 +0100
commit0149fc9e6bfd08b596fa1954b6dc4bcf875de9cd (patch)
tree5ce03da6b03d08d3ac38bc580182c6db5410cb62 /samsung-ipc/devices
parent6b9691756a104d8c7daf23a24528bfb0d83d81ed (diff)
downloadhardware_replicant_libsamsung-ipc-0149fc9e6bfd08b596fa1954b6dc4bcf875de9cd.tar.gz
hardware_replicant_libsamsung-ipc-0149fc9e6bfd08b596fa1954b6dc4bcf875de9cd.tar.bz2
hardware_replicant_libsamsung-ipc-0149fc9e6bfd08b596fa1954b6dc4bcf875de9cd.zip
samsung-ipc/Makefile.am: split it in subdirectories
The samsung-ipc/Makefile.am became pretty big. Because of that, it's It's better to split it to have one Makefile.am per subdirectory. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'samsung-ipc/devices')
-rw-r--r--samsung-ipc/devices/Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/samsung-ipc/devices/Makefile.am b/samsung-ipc/devices/Makefile.am
new file mode 100644
index 0000000..8257be3
--- /dev/null
+++ b/samsung-ipc/devices/Makefile.am
@@ -0,0 +1,25 @@
+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 \
+ $(NULL)