diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-10-08 23:39:33 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2013-10-15 19:02:08 +0100 |
commit | 51b63e334c5a4271b845d2eba0486c2b4f2bbda0 (patch) | |
tree | e99efc71230946da66e196124a11f3c339ac6cc2 /lib/Makefile.am | |
parent | 8fed3837c758c13c3d7a767765df2caf792cdd7a (diff) |
lib: Add a small helper to open debugfs files
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 387141bf..5710802e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -11,6 +11,8 @@ libintel_tools_la_SOURCES = \ i830_reg.h \ i915_3d.h \ i915_reg.h \ + igt_debugfs.c \ + igt_debugfs.h \ instdone.c \ instdone.h \ intel_batchbuffer.c \ |