aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-06-13 16:55:57 +0300
committerMatias Elo <matias.elo@nokia.com>2023-06-21 08:32:02 +0300
commit72683c2804d9a3c3e63d92c45d1e8cab95ef8be8 (patch)
tree42a8661ab8dfcf71a358ea8e1a994b1173cf734e /Makefile.inc
parenta61183da473f281eaaceabd856703027fe75804e (diff)
linux-gen: time: refactor implementation
Refactor time codebase to enable more optimized architecture specific implementations. After this commit x86 and aarch64 architectures are assumed to always have support for HW time. The fallback to POSIX time functions has been removed from these architectures for improved performance. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index e3c100e96..26588e812 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -14,6 +14,7 @@ ODP_INCLUDES += \
-I$(top_srcdir)/platform/@with_platform@/include \
-I$(top_srcdir)/platform/@with_platform@/arch/@ARCH_DIR@ \
-I$(top_srcdir)/platform/@with_platform@/arch/default \
+ -I$(top_srcdir)/platform/@with_platform@/arch/common \
-I$(top_srcdir)/platform/@with_platform@/include-abi
endif