r600g: Initialize multi VGT related register on Cayman.
[mesa.git] / src / gallium / drivers / identity / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = identity
5
6 C_SOURCES = \
7 id_objects.c \
8 id_context.c \
9 id_screen.c
10
11 include ../../Makefile.template