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

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

LIBNAME = util

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

C_SOURCES = \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../../Makefile.template

symlinks: