gallium: Move xorg drivers to targets
[mesa.git] / src / gallium / winsys / drm / sw / Makefile
index 12b20cbd454dadc3cd434e2475dff8a8632039f4..5f3c3ec325d4d389a0d279b917ac166596b9c8c3 100644 (file)
@@ -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