aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLarry Bassel <larry.bassel@linaro.org>2014-10-08 12:02:03 -0700
committerTuukka Tikkanen <tuukka.tikkanen@linaro.org>2014-10-24 01:16:19 +0300
commit49ce019581859c015787a6a781a43c41694f9b36 (patch)
tree9d3721bdaee5d35602b6234a57f42adb415cfc8f /Makefile
parent9a494074d009b908e6b6aadfdf258eda87e506bb (diff)
idlestat: parse energy model file
A sample energy model file is included. Signed-off-by: Larry Bassel <larry.bassel@linaro.org> Reviewed-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 f74b48c..1f8d0e9 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
CFLAGS?=-g -Wall
CC=gcc
-OBJS = idlestat.o topology.o trace.o utils.o
+OBJS = idlestat.o topology.o trace.o utils.o energy_model.o
default: idlestat