nv30, nv40: unify nv[34]0_context.c
[mesa.git] / src / gallium / drivers / nv30 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = nv30
5
6 C_SOURCES = \
7 nv30_fragtex.c \
8 nv30_state.c
9
10 LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/nvfx
11
12 include ../../Makefile.template