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

LIBNAME = cso_cache

DRIVER_SOURCES = \
	cso_cache.c \
	cso_hash.c

C_SOURCES = \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../../Makefile.template

symlinks: