summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity/Makefile
blob: 74692d976105a7ae8e0599e32bdd7760911c5505 (plain)
1
2
3
4
5
6
7
8
9
10
11
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = identity

C_SOURCES = \
	id_objects.c \
	id_context.c \
	id_screen.c

include ../../Makefile.template