aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.inc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-01-28 16:46:36 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-01-29 20:42:32 +0300
commitcb197cd973230fe765adc159ba82bd9edda0dd9f (patch)
tree9d75caf2e2804da37278c424b53cfc8e7371a93d /test/Makefile.inc
parentc1b9f1d9fca5904f1eae8416a863bf151d53b523 (diff)
api: move generic API into the odp namespace
Move generic API into an api directory. Force the platform implementation to add its own header file that shall include the generic API header file. This splitup enables platform implementors to implement inline functions without modifying the "public" API files. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Reviewed-by: Taras Kondratiuk <taras.kondratiuk@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/Makefile.inc')
-rw-r--r--test/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.inc b/test/Makefile.inc
index e28919c..bc8a936 100644
--- a/test/Makefile.inc
+++ b/test/Makefile.inc
@@ -5,8 +5,8 @@ LDADD = $(LIB)/libodp.la
AM_CFLAGS += \
-I$(srcdir) \
-I$(top_srcdir)/test \
- -I$(top_srcdir)/platform/@with_platform@/include/api \
- -I$(top_srcdir)/platform/linux-generic/include/api \
+ -I$(top_srcdir)/platform/@with_platform@/include \
+ -I$(top_srcdir)/include \
-I$(top_srcdir)/helper/include
AM_LDFLAGS += -L$(LIB)