diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-25 20:13:31 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-25 20:14:13 +0100 |
commit | c9f0173764c5266ebd29a3d57ea8a379440346b4 (patch) | |
tree | 9f8ce62e91c91c3f69c2b4736fbe58e6b553d37b /overlay/Makefile.am | |
parent | 39f9812315546b8b5044d8372c7e9c3055151882 (diff) |
overlay: Monitor interrupts
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/Makefile.am')
-rw-r--r-- | overlay/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/Makefile.am b/overlay/Makefile.am index b01bf389..41f42cc8 100644 --- a/overlay/Makefile.am +++ b/overlay/Makefile.am @@ -15,6 +15,8 @@ intel_gpu_overlay_SOURCES = \ cpu-top.c \ debugfs.h \ debugfs.c \ + gem-interrupts.h \ + gem-interrupts.c \ gem-objects.h \ gem-objects.c \ gpu-top.h \ |