summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/sw/Makefile
blob: 12b20cbd454dadc3cd434e2475dff8a8632039f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TOP = ../../../../..
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

include ../../../Makefile.template