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