summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/sw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/winsys/drm/sw/Makefile')
-rw-r--r--src/gallium/winsys/drm/sw/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/sw/Makefile b/src/gallium/winsys/drm/sw/Makefile
new file mode 100644
index 0000000000..5f3c3ec325
--- /dev/null
+++ b/src/gallium/winsys/drm/sw/Makefile
@@ -0,0 +1,14 @@
+TOP = ../../../../..
+include $(TOP)/configs/current
+
+LIBNAME = swdrm
+
+C_SOURCES = \
+ wrapper_sw_winsys.c \
+ sw_drm_api.c
+
+LIBRARY_INCLUDES =
+
+LIBRARY_DEFINES =
+
+include ../../../Makefile.template