summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/sw/drm/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <[email protected]>2010-06-23 03:31:18 +0200
committerJakob Bornecrantz <[email protected]>2010-06-23 03:43:52 +0200
commit23a915e2cfbc95c018946155eb301ffad3a0d550 (patch)
tree8f9f5a09bfdf14db37cd7c6438619cbb1ae3d6a4 /src/gallium/winsys/sw/drm/Makefile
parent41e0f6bc2f943a05766872d419e4398ddd37b42a (diff)
gallium: Drop sw drm winsys
Last user went away
Diffstat (limited to 'src/gallium/winsys/sw/drm/Makefile')
-rw-r--r--src/gallium/winsys/sw/drm/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/winsys/sw/drm/Makefile b/src/gallium/winsys/sw/drm/Makefile
deleted file mode 100644
index 79664536aa0..00000000000
--- a/src/gallium/winsys/sw/drm/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-TOP = ../../../../..
-include $(TOP)/configs/current
-
-LIBNAME = swdrm
-
-C_SOURCES = sw_drm_api.c
-
-LIBRARY_INCLUDES =
-
-LIBRARY_DEFINES =
-
-include ../../../Makefile.template