summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2010-09-06 12:56:31 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-09-16 15:22:47 +0200
commite8c699eb1f7a50b4f10024c41b8c86f907233f8d (patch)
treef62d922897024c83990e54398c05a1531d1bf786 /common/Makefile
parentf1f51a277554486f3f46e9a4c16e9a2c78e730de (diff)
boottime: Enable boot time measurements.
This patch enables boot time measurements for u-boot. It also includes minor updates as well. Change-Id: I993c9ad4fa5dab62df2c0a88454a7546d9565d21 Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/4610 Reviewed-by: Robert ROSENGREN <robert.rosengren@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'common/Makefile')
-rwxr-xr-xcommon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index c82f08122..3824d3e56 100755
--- a/common/Makefile
+++ b/common/Makefile
@@ -166,7 +166,7 @@ COBJS-$(CONFIG_LYNXKDI) += lynxkdi.o
COBJS-$(CONFIG_MODEM_SUPPORT) += modem.o
COBJS-$(CONFIG_UPDATE_TFTP) += update.o
COBJS-$(CONFIG_USB_KEYBOARD) += usb_kbd.o
-COBJS-$(CONFIG_BOOTTIME) += boottime.o
+COBJS-y += boottime.o
COBJS := $(sort $(COBJS-y))
SRCS := $(AOBJS:.o=.S) $(COBJS:.o=.c)