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

LIBNAME = identity

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

include ../../Makefile.template