aboutsummaryrefslogtreecommitdiff
path: root/helper/test
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-09-05 18:29:24 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-09-08 17:44:34 +0300
commit3be7ab995e5f2c4472b20008f63299d93a3a806c (patch)
treed816e1e3b41fd2885b0f387f91ac0de420f7fc32 /helper/test
parent1882b608abc37314f90bdd2de8ef7f0501a8d5d8 (diff)
build: drop platorm/linux-generic/Makefile.inc
Mandate that platform provides platform/$(with_platform)/arch/$(ARCH_DIR) directory and reference it directly from all Makefile.am/.inc files. Main reason for this change is to allow automake to process all includes at the time of Makefile.am -> Makefile.in conversion. Currently it can not determine path for platform/@with_platform@/Makefile.inc, thus inclusion is left for main make invocation. 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 'helper/test')
-rw-r--r--helper/test/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
index beef91913..00997f100 100644
--- a/helper/test/Makefile.am
+++ b/helper/test/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/platform/@with_platform@/Makefile.inc
-
LIB = $(top_builddir)/lib
#in the following line, the libs using the symbols should come before
@@ -13,6 +11,7 @@ INCFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/include/odp/arch/@ARCH_ABI@ \
-I$(top_srcdir)/platform/@with_platform@/include \
+ -I$(top_srcdir)/platform/@with_platform@/arch/@ARCH_DIR@ \
-I$(top_builddir)/include \
-I$(top_srcdir)/helper