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

LIBNAME = nv30

C_SOURCES = \
	nv30_fragtex.c \
	nv30_state.c

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

include ../../Makefile.template