gallium/drivers: Create Galahad from identity.
[mesa.git] / src / gallium / drivers / galahad / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = identity
5
6 C_SOURCES = \
7 glhd_objects.c \
8 glhd_context.c \
9 glhd_screen.c \
10 glhd_drm.c
11
12 include ../../Makefile.template