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

LIBNAME = nvfx

C_SOURCES = \
	nvfx_clear.c

include ../../Makefile.template