aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-11-22 17:19:31 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-01-18 22:07:21 +0300
commit503bc79ee960ea4caa72d639cbc5a42c7524a790 (patch)
tree0fb9e98250eed021bf4361267bbf4990d29e8624 /Makefile.inc
parentcfeb9fa2519ede1f34e3a814079a62095f23e64e (diff)
build: add platform dir for non-ABI-compat headers
If platform is built in non-ABI-compat mode, it provides its own set of type and enum definitions. Add directory that will hold platform optimized ABI files. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 11fc7c759..91be46bcb 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -8,6 +8,9 @@ ODP_INCLUDES = \
if ODP_ABI_COMPAT
ODP_INCLUDES += \
-I$(top_srcdir)/include/odp/arch/@ARCH_ABI@
+else
+ODP_INCLUDES += \
+ -I$(top_srcdir)/platform/@with_platform@/include-abi
endif
HELPER_INCLUDES = \