summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/Makefile
blob: 2b5fbd4f5a67f09941f42c02a2a987697d67a4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = nv10

C_SOURCES = \
	nv10_clear.c \
	nv10_context.c \
	nv10_fragprog.c \
	nv10_fragtex.c \
	nv10_miptree.c \
	nv10_prim_vbuf.c \
	nv10_screen.c \
	nv10_state.c \
	nv10_state_emit.c \
	nv10_surface.c \
	nv10_vbo.c

include ../../Makefile.template