summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/null/Makefile
blob: 3a3fb75ab36fc3eb9a632f53eccd87377e69b3d5 (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