aboutsummaryrefslogtreecommitdiff
path: root/example
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 /example
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 'example')
-rw-r--r--example/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/Makefile.inc b/example/Makefile.inc
index ea596d5f9..854e8af1b 100644
--- a/example/Makefile.inc
+++ b/example/Makefile.inc
@@ -6,6 +6,7 @@ AM_CFLAGS += \
-I$(top_srcdir)/example \
-I$(top_srcdir)/platform/@with_platform@/include \
-I$(top_srcdir)/include/ \
+ -I$(top_srcdir)/include/odp/arch/@ARCH_ABI@ \
-I$(top_srcdir)/helper/include \
-I$(top_builddir)/platform/@with_platform@/include \
-I$(top_builddir)/include