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

LIBNAME = nv40

C_SOURCES = \
	nv40_fragtex.c \
	nv40_state.c

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

include ../../Makefile.template