aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Kiss <zoltan.kiss@linaro.org>2015-09-09 18:46:12 +0100
committerZoltan Kiss <zoltan.kiss@linaro.org>2015-09-10 10:51:20 +0100
commit4243fdb11ea1dedb6c13a47b38a9c74010106738 (patch)
tree6253f26039191b9f9eff44f72efd430cce4a16c7
parentff4ac5e0ad320a83c4a7f1314a150e9b9113062f (diff)
Port e3cd1e "api: sched: moved scheduler types into new file"
Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
-rw-r--r--platform/linux-dpdk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/linux-dpdk/Makefile.am b/platform/linux-dpdk/Makefile.am
index 05a793ade..698e88108 100644
--- a/platform/linux-dpdk/Makefile.am
+++ b/platform/linux-dpdk/Makefile.am
@@ -48,6 +48,7 @@ odpinclude_HEADERS = \
$(top_srcdir)/platform/linux-generic/include/odp/random.h \
$(top_srcdir)/platform/linux-generic/include/odp/rwlock.h \
$(top_srcdir)/platform/linux-generic/include/odp/schedule.h \
+ $(top_srcdir)/platform/linux-generic/include/odp/schedule_types.h \
$(top_srcdir)/platform/linux-generic/include/odp/shared_memory.h \
$(top_srcdir)/platform/linux-generic/include/odp/spinlock.h \
$(top_srcdir)/platform/linux-generic/include/odp/std_types.h \
@@ -110,6 +111,7 @@ odpapiinclude_HEADERS = \
$(top_srcdir)/include/odp/api/random.h \
$(top_srcdir)/include/odp/api/rwlock.h \
$(top_srcdir)/include/odp/api/schedule.h \
+ $(top_srcdir)/include/odp/api/schedule_types.h \
$(top_srcdir)/include/odp/api/shared_memory.h \
$(top_srcdir)/include/odp/api/spinlock.h \
$(top_srcdir)/include/odp/api/std_types.h \