aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2017-01-31 10:07:19 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-02-03 19:51:56 +0300
commit25ed19ceb50d77614644f6d4a28a0b23dbf1e94f (patch)
treea999c6165a750b6b815507cda60fe3aa60644d52 /helper
parent810fbc9420e23f55e9038410f7f9d6e593537ff3 (diff)
abi: event: added the first ABI spec file
Used event API as the first example of an ABI spec file. Used the same default architecture file initially for all architectures. Default ABI files avoid multiple copies of the same definition. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper')
-rw-r--r--helper/Makefile.am1
-rw-r--r--helper/test/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index d484679d7..6b65eb1c3 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -7,6 +7,7 @@ LIB = $(top_builddir)/lib
AM_CFLAGS += -I$(srcdir)/include
AM_CFLAGS += -I$(top_srcdir)/platform/@with_platform@/include
AM_CFLAGS += -I$(top_srcdir)/include
+AM_CFLAGS += -I$(top_srcdir)/include/odp/arch/@ARCH_ABI@
AM_CFLAGS += -I$(top_builddir)/platform/@with_platform@/include
AM_CFLAGS += -I$(top_builddir)/include
diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
index 1c50282d2..1337657f5 100644
--- a/helper/test/Makefile.am
+++ b/helper/test/Makefile.am
@@ -12,6 +12,7 @@ INCFLAGS = \
-I$(top_srcdir)/helper/include \
-I$(top_srcdir)/helper/platform/@with_helper_platform@/include \
-I$(top_srcdir)/include \
+ -I$(top_srcdir)/include/odp/arch/@ARCH_ABI@ \
-I$(top_srcdir)/platform/@with_platform@/include \
-I$(top_builddir)/include \
-I$(top_srcdir)/helper