summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/sw/null/Makefile
blob: b1882b582e91c6f351180006f98628e78353edf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TOP = ../../../../..
include $(TOP)/configs/current

LIBNAME = ws_null

LIBRARY_INCLUDES = \
	-I$(TOP)/src/gallium/include \
	-I$(TOP)/src/gallium/drivers \
	-I$(TOP)/src/gallium/auxiliary

C_SOURCES = \
	null_sw_winsys.c 

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