summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache/Makefile
blob: 8726afcd949b5671c89d57804d7519564b520620 (plain)
1
2
3
4
5
6
7
8
9
10
11
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = cso_cache

C_SOURCES = \
	cso_context.c \
	cso_cache.c \
	cso_hash.c

include ../../Makefile.template