summaryrefslogtreecommitdiff
path: root/overlay/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-18 16:42:25 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-18 16:53:18 +0100
commitde2c97b27fa176deec12a6277448397fcc246e47 (patch)
tree864807fcce4ca870c2c595cb782392c864f46bfa /overlay/Makefile.am
parent6a64ee938b90a2d27342aa42ba1d2d90da40dc7b (diff)
overlay: Add GPU frequency
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/Makefile.am')
-rw-r--r--overlay/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/Makefile.am b/overlay/Makefile.am
index 294181e0..ee34fb31 100644
--- a/overlay/Makefile.am
+++ b/overlay/Makefile.am
@@ -19,6 +19,8 @@ intel_gpu_overlay_SOURCES = \
gpu-top.h \
gpu-top.c \
gpu-perf.c \
+ gpu-freq.h \
+ gpu-freq.c \
igfx.h \
igfx.c \
x11/dri2.c \