summaryrefslogtreecommitdiff
path: root/include/drm/Makefile.am
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-01-05 19:53:10 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-01-05 20:04:13 +0100
commit6d3b8bbddd44b42d89adb1aafb7645e7f802673a (patch)
tree4413c8b0a790018a1653d5e12ea7228ddd4c1cc5 /include/drm/Makefile.am
parentc5c503b519777fb9ebbaa22681a1ed81717c1d71 (diff)
vmwgfx: Add experimental vmwgfx kernel header
Diffstat (limited to 'include/drm/Makefile.am')
-rw-r--r--include/drm/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/drm/Makefile.am b/include/drm/Makefile.am
index 1db5acc3..9046955f 100644
--- a/include/drm/Makefile.am
+++ b/include/drm/Makefile.am
@@ -36,3 +36,8 @@ klibdrminclude_HEADERS = \
sis_drm.h \
via_drm.h \
mach64_drm.h
+
+
+if HAVE_VMWGFX
+klibdrminclude_HEADERS += vmwgfx_drm.h
+endif