aboutsummaryrefslogtreecommitdiff
path: root/platform/Makefile.inc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-11-10 22:32:11 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-11-13 16:28:26 +0300
commit091df80a7454ef4f4bb71e1315d43d9d3389aa3c (patch)
treeaa7815444f8384426e6df9a2c549723d7730d128 /platform/Makefile.inc
parentdceb0c19e37028eb27e637b7af58b44850ed03c3 (diff)
scripts: cleanup git_hash and use it instead of odp_version.
This makes the version depend on git describe so there will be new deb packages names. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/Makefile.inc')
-rw-r--r--platform/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/Makefile.inc b/platform/Makefile.inc
index 8e8e97bc1..db241f956 100644
--- a/platform/Makefile.inc
+++ b/platform/Makefile.inc
@@ -12,6 +12,6 @@ lib_LTLIBRARIES = $(LIB)/libodp.la
AM_LDFLAGS += -version-number '$(ODP_LIBSO_VERSION)'
-GIT_DESC = `$(top_srcdir)/scripts/git_hash.sh $(top_srcdir)`
+GIT_DESC = `$(top_srcdir)/scripts/get_impl_str.sh $(top_srcdir)`
AM_CFLAGS += "-DGIT_HASH=$(GIT_DESC)"
AM_CFLAGS += -DPLATFORM=${with_platform}