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

LIBNAME = nv40

C_SOURCES = \
	nv40_context.c \
	nv40_fragtex.c \
	nv40_screen.c \
	nv40_state.c

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

include ../../Makefile.template