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

LIBNAME = nvfx

C_SOURCES = \
	nvfx_clear.c \
	nvfx_state_emit.c \
	nvfx_state_blend.c \
	nvfx_transfer.c

include ../../Makefile.template