summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-06-11 11:14:43 -0700
committerTom Rini <trini@ti.com>2013-06-26 10:16:41 -0400
commit6c887b2acb1e97509cb4e4ee6aa13a5fb91ac3e8 (patch)
treebca1566fe41a1ff3428d96eeb0b296a6fda22861 /Makefile
parent71c52dba2bf42937e6c6b736393eeecb11f10d8f (diff)
downloadtalos-obmc-uboot-6c887b2acb1e97509cb4e4ee6aa13a5fb91ac3e8.tar.gz
talos-obmc-uboot-6c887b2acb1e97509cb4e4ee6aa13a5fb91ac3e8.zip
Add proftool to decode profile data
This tool provides the facility to decode U-Boot trace data and write out a text file in Linux ftrace format for use with pytimechart. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdaddb9393..47ffb44f01 100644
--- a/Makefile
+++ b/Makefile
@@ -831,7 +831,8 @@ clean:
$(obj)tools/mk{smdk5250,}spl \
$(obj)tools/mxsboot \
$(obj)tools/ncb $(obj)tools/ubsha1 \
- $(obj)tools/kernel-doc/docproc
+ $(obj)tools/kernel-doc/docproc \
+ $(obj)tools/proftool
@rm -f $(obj)board/cray/L1/{bootscript.c,bootscript.image} \
$(obj)board/matrix_vision/*/bootscript.img \
$(obj)board/voiceblue/eeprom \
OpenPOWER on IntegriCloud