r300g: only check for an empty shader if there are no compile errors
[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