aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-02-02 11:20:39 +0100
committerPaul Kocialkowski <contact@paulk.fr>2016-02-02 11:28:22 +0100
commita0526817df862ab93b5963c725c63e227b0ace5e (patch)
tree33491e699e5a93c02ec6e01fd5a08f571c5766ee /tools/Makefile.am
parent00c0e2f3a09731f5b0161ab528e56c906c3f28aa (diff)
downloadexternal_libsamsung-ipc-a0526817df862ab93b5963c725c63e227b0ace5e.zip
external_libsamsung-ipc-a0526817df862ab93b5963c725c63e227b0ace5e.tar.gz
external_libsamsung-ipc-a0526817df862ab93b5963c725c63e227b0ace5e.tar.bz2
tools: nv_data-md5 tool for calculating (salted) nv_data md5
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4a0a821..9336a64 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -7,6 +7,7 @@ AM_CFLAGS = \
bin_PROGRAMS = \
ipc-modem \
ipc-test \
+ nv_data-md5 \
$(NULL)
ipc_modem_SOURCES = ipc-modem.c
@@ -16,3 +17,7 @@ ipc_modem_LDFLAGS =
ipc_test_SOURCES = ipc-test.c
ipc_test_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
ipc_test_LDFLAGS =
+
+nv_data_md5_SOURCES = nv_data-md5.c
+nv_data_md5_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
+nv_data_md5_LDFLAGS =