aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-03-23 17:38:22 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-29 09:19:18 +0300
commitbaef4a6b9ce6afc4e98733ddc267798059876fd1 (patch)
tree63f838f8b6f549eb359708ea0d8ad295d64da6d6 /test
parent886acdfcc3f9fb539f9b524d017835e3f1008fe5 (diff)
rename libodphelper to libodphelper-linux
Rename to unify the library names for different implementations. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Ricardo Salveti <ricardo.salveti@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.inc2
-rw-r--r--test/validation/Makefile.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.inc b/test/Makefile.inc
index b3cb4a535..c4399cb1a 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -4,7 +4,7 @@ LIB = $(top_builddir)/lib
#in the following line, the libs using the symbols should come before
#the libs containing them! The includer is given a chance to add things
#before libodp by setting PRE_LDADD before the inclusion.
-LDADD = $(PRE_LDADD) $(LIB)/libodphelper.la $(LIB)/libodp-linux.la
+LDADD = $(PRE_LDADD) $(LIB)/libodphelper-linux.la $(LIB)/libodp-linux.la
INCFLAGS = -I$(top_srcdir)/test \
-I$(top_srcdir)/platform/@with_platform@/include \
diff --git a/test/validation/Makefile.inc b/test/validation/Makefile.inc
index 1535926f7..9f36f9daa 100644
--- a/test/validation/Makefile.inc
+++ b/test/validation/Makefile.inc
@@ -13,4 +13,4 @@ AM_LDFLAGS += -static
LIBCUNIT_COMMON = $(COMMON_DIR)/libcunit_common.la
LIBCPUMASK_COMMON = $(COMMON_DIR)/libcpumask_common.la
LIBTHRMASK_COMMON = $(COMMON_DIR)/libthrmask_common.la
-LIBODP = $(LIB)/libodphelper.la $(LIB)/libodp-linux.la
+LIBODP = $(LIB)/libodphelper-linux.la $(LIB)/libodp-linux.la