summaryrefslogtreecommitdiff
path: root/lib_arm/Makefile
diff options
context:
space:
mode:
authorJonas <jonas.aberg@stericsson.com>2009-11-20 15:23:58 +0100
committerMichael Brandt <Michael.Brandt@stericsson.com>2010-01-13 12:00:28 +0100
commit074f516bda136e5464499fc63a854d8469f8e9fb (patch)
treea558c3f77be82412385b95a375889239f5933186 /lib_arm/Makefile
parent2e0649a4f0a40848676fb183437915c1e8dcb866 (diff)
Updated timing measurement structure, changed atags and added idle time measurement. Note: idle time measurement does not seem to work reliable at the moment. Verification needed.
Signed-off-by: Michael Brandt <Michael.Brandt@stericsson.com>
Diffstat (limited to 'lib_arm/Makefile')
-rw-r--r--lib_arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_arm/Makefile b/lib_arm/Makefile
index 02933485c..5cfeba985 100644
--- a/lib_arm/Makefile
+++ b/lib_arm/Makefile
@@ -44,6 +44,7 @@ COBJS-y += cache-cp15.o
endif
COBJS-y += interrupts.o
COBJS-y += reset.o
+COBJS-y += boottime.o
SRCS := $(GLSOBJS:.o=.S) $(GLCOBJS:.o=.c) \
$(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)