summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/sw/null/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/winsys/sw/null/Makefile')
-rw-r--r--src/gallium/winsys/sw/null/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/gallium/winsys/sw/null/Makefile b/src/gallium/winsys/sw/null/Makefile
new file mode 100644
index 00000000000..b1882b582e9
--- /dev/null
+++ b/src/gallium/winsys/sw/null/Makefile
@@ -0,0 +1,16 @@
+TOP = ../../../../..
+include $(TOP)/configs/current
+
+LIBNAME = ws_null
+
+LIBRARY_INCLUDES = \
+ -I$(TOP)/src/gallium/include \
+ -I$(TOP)/src/gallium/drivers \
+ -I$(TOP)/src/gallium/auxiliary
+
+C_SOURCES = \
+ null_sw_winsys.c
+
+include ../../../Makefile.template
+
+