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

LIBNAME = identity

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

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default