diff options
author | Jakob Bornecrantz <[email protected]> | 2010-06-23 03:31:18 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-06-23 03:43:52 +0200 |
commit | 23a915e2cfbc95c018946155eb301ffad3a0d550 (patch) | |
tree | 8f9f5a09bfdf14db37cd7c6438619cbb1ae3d6a4 /src/gallium/winsys/sw/drm/Makefile | |
parent | 41e0f6bc2f943a05766872d419e4398ddd37b42a (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/Makefile | 12 |
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 |