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

LIBNAME = nvfx

C_SOURCES = \
	nvfx_clear.c \
	nvfx_transfer.c

include ../../Makefile.template