summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv20/Makefile
blob: d777fd3d8b4825ad68c292119840ad92333bada5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = nv20

DRIVER_SOURCES = \
	nv20_clear.c \
	nv20_context.c \
	nv20_fragprog.c \
	nv20_fragtex.c \
	nv20_miptree.c \
	nv20_prim_vbuf.c \
	nv20_screen.c \
	nv20_state.c \
	nv20_state_emit.c \
	nv20_surface.c \
	nv20_vbo.c
#	nv20_vertprog.c

C_SOURCES = \
	$(COMMON_SOURCES) \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../../Makefile.template

symlinks: