summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/Makefile
blob: 4ba7ce586d6c995d6cd37edac957d504ef1f3e62 (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
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = nv10

DRIVER_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

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

ASM_SOURCES = 

include ../../Makefile.template

symlinks: