summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/Makefile
blob: b8cb148c4f57b5eb25eeb4900b96b32128115c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = util

DRIVER_SOURCES = \
	p_debug.c \
	p_tile.c \
	p_util.c

C_SOURCES = \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../../Makefile.template

symlinks: