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

LIBNAME = nv30

C_SOURCES = \
	nv30_fragtex.c

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

include ../../Makefile.template