aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKoan-Sin Tan <freedom.tan@linaro.org>2014-11-27 17:10:48 +0800
committerTuukka Tikkanen <tuukka.tikkanen@linaro.org>2014-11-28 05:43:51 +0200
commit62924570fcb8a84040ecfd02b280366fdb2cf7e8 (patch)
tree83c032115714d204d2ccd427a463820c922b64cf /Makefile
parentdb63259a01cb3c88b82dbecddd48a2c166c84e20 (diff)
Add CSV report formats
1. add csv report ops in csv_report.c 2. add -C option 3. add simple description in csv-format.txt Signed-off-by: Koan-Sin Tan <freedom.tan@linaro.org> Signed-off-by: Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d520918..4abf57a 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
CFLAGS?=-g -Wall
CC=gcc
-OBJS = idlestat.o topology.o trace.o utils.o energy_model.o default_report.o
+OBJS = idlestat.o topology.o trace.o utils.o energy_model.o default_report.o csv_report.o
default: idlestat