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

LIBNAME = nv40

C_SOURCES = \
	nv40_context.c \
	nv40_draw.c \
	nv40_fragprog.c \
	nv40_fragtex.c \
	nv40_screen.c \
	nv40_state.c \
	nv40_vbo.c \
	nv40_vertprog.c

LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/nvfx

include ../../Makefile.template