summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorScott D Phillips <scott.d.phillips@intel.com>2017-12-06 15:11:20 -0800
committerBen Widawsky <ben@bwidawsk.net>2017-12-07 10:46:26 -0800
commit539a86ec60351329c534d5862a26a1060619841e (patch)
tree4df372c5229ea6f670a1972c258b562b2cc8b023 /lib/Makefile.am
parent2fc64acf8a4465d5eab3d6cfec9b3c1b5df30d73 (diff)
lib: copy intel_aub.h from libdrm
No functionality related to aub is provided by libdrm aside from intel_aub.h which somewhat defines the file format. Move the header into this project to ease aub-related development. Signed-off-by: Scott D Phillips <scott.d.phillips@intel.com> Acked-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c19055ac..ab9eefe6 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -23,7 +23,6 @@ endif
if !HAVE_LIBDRM_INTEL
libintel_tools_la_SOURCES += \
- stubs/drm/intel_aub.h \
stubs/drm/intel_bufmgr.c \
stubs/drm/intel_bufmgr.h
endif