OSDN Git Service

74692d976105a7ae8e0599e32bdd7760911c5505
[android-x86/external-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