summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv40/Makefile
blob: 90c8542da458d2740f8d4f4fae0fa2cd32288e50 (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
30
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = nv40

DRIVER_SOURCES = \
	nv40_clear.c \
	nv40_context.c \
	nv40_draw.c \
	nv40_fragprog.c \
	nv40_miptree.c \
	nv40_query.c \
	nv40_region.c \
	nv40_state.c \
	nv40_state_emit.c \
	nv40_state_tex.c \
	nv40_surface.c \
	nv40_vbo.c \
	nv40_vertprog.c

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

ASM_SOURCES = 

include ../Makefile.template

symlinks: