summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/sw/Makefile
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-03-21 19:33:17 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-03-21 19:33:17 +0200
commit15c7fa460b93039a1676cc08a218101f92681190 (patch)
tree2a4c4575736e8b51df0650154a2cce2640c777e1 /src/gallium/winsys/drm/sw/Makefile
parentf9c0cbd1ad0c5948ea577edb5c76b0c45976a285 (diff)
Revert "gallium: add soft screen helper"
This reverts commit f87a5f6499f51f651c2a9f2d4682875b22926905.
Diffstat (limited to 'src/gallium/winsys/drm/sw/Makefile')
-rw-r--r--src/gallium/winsys/drm/sw/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/winsys/drm/sw/Makefile b/src/gallium/winsys/drm/sw/Makefile
index 12b20cbd45..5f3c3ec325 100644
--- a/src/gallium/winsys/drm/sw/Makefile
+++ b/src/gallium/winsys/drm/sw/Makefile
@@ -4,12 +4,11 @@ include $(TOP)/configs/current
LIBNAME = swdrm
C_SOURCES = \
- soft_screen.c \
wrapper_sw_winsys.c \
sw_drm_api.c
LIBRARY_INCLUDES =
-LIBRARY_DEFINES = -DGALLIUM_SOFTPIPE
+LIBRARY_DEFINES =
include ../../../Makefile.template