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

LIBNAME = cso_cache

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

include ../../Makefile.template

symlinks: