aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-keystone2
diff options
context:
space:
mode:
authorIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>2016-01-04 23:11:11 +0200
committerIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>2016-01-04 23:11:11 +0200
commitfb48f9831a649a378b85ba85594ddce30529d904 (patch)
treef894eb9437d0a30dd96104626038102e17a7c8e2 /platform/linux-keystone2
parente7afac2e15922daa94c9b0af168158794bc217f3 (diff)
linux-ks2: Makefile.am: add recursive locks
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Diffstat (limited to 'platform/linux-keystone2')
-rw-r--r--platform/linux-keystone2/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/linux-keystone2/Makefile.am b/platform/linux-keystone2/Makefile.am
index 1d7a835e..bd52f2d7 100644
--- a/platform/linux-keystone2/Makefile.am
+++ b/platform/linux-keystone2/Makefile.am
@@ -48,8 +48,10 @@ odpinclude_HEADERS = \
$(linux_generic_srcdir)/include/odp/init.h \
$(linux_generic_srcdir)/include/odp/random.h \
$(linux_generic_srcdir)/include/odp/rwlock.h \
+ $(linux_generic_srcdir)/include/odp/rwlock_recursive.h \
$(linux_generic_srcdir)/include/odp/shared_memory.h \
$(linux_generic_srcdir)/include/odp/spinlock.h \
+ $(linux_generic_srcdir)/include/odp/spinlock_recursive.h \
$(linux_generic_srcdir)/include/odp/std_types.h \
$(linux_generic_srcdir)/include/odp/sync.h \
$(linux_generic_srcdir)/include/odp/system_info.h \
@@ -86,6 +88,10 @@ odpplatinclude_HEADERS = \
$(linux_generic_srcdir)/include/odp/plat/strong_types.h \
$(linux_generic_srcdir)/include/odp/plat/thrmask_types.h \
$(linux_generic_srcdir)/include/odp/plat/timer_types.h \
+ $(linux_generic_srcdir)/include/odp/plat/rwlock_types.h \
+ $(linux_generic_srcdir)/include/odp/plat/rwlock_recursive_types.h \
+ $(linux_generic_srcdir)/include/odp/plat/spinlock_types.h \
+ $(linux_generic_srcdir)/include/odp/plat/spinlock_recursive_types.h \
$(linux_generic_srcdir)/include/odp/plat/version_types.h
odpapiincludedir= $(includedir)/odp/api
@@ -168,8 +174,10 @@ __LIB__libodp_la_SOURCES = \
../../helper/linux.c \
../../helper/ring.c \
../linux-generic/odp_rwlock.c \
+ ../linux-generic/odp_rwlock_recursive.c \
../linux-generic/odp_shared_memory.c \
../linux-generic/odp_spinlock.c \
+ ../linux-generic/odp_spinlock_recursive.c \
../linux-generic/odp_system_info.c \
../linux-generic/odp_thread.c \
../linux-generic/odp_thrmask.c \