summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/linux/drm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/os-support/linux/drm/Makefile.am')
-rw-r--r--hw/xfree86/os-support/linux/drm/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/linux/drm/Makefile.am b/hw/xfree86/os-support/linux/drm/Makefile.am
new file mode 100644
index 000000000..6f2258f19
--- /dev/null
+++ b/hw/xfree86/os-support/linux/drm/Makefile.am
@@ -0,0 +1,8 @@
+INCLUDES = -I$(srcdir)/../../shared/drm/kernel
+
+noinst_LIBRARIES = libxorglinuxdrm.a
+libxorglinuxdrm_a_SOURCES = xf86drm.c xf86drmHash.c xf86drmRandom.c \
+ xf86drmSL.c drmmodule.c
+
+sdk_LIBDIR = $(libdir)/xorg
+sdk_LIBS = libxorglinuxdrm.a