summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/galahad/Makefile
blob: e9c4f7e28c81167896980503b66ab0fb8e7d4390 (plain)
1
2
3
4
5
6
7
8
9
10
11
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = galahad

C_SOURCES = \
	glhd_objects.c \
	glhd_context.c \
	glhd_screen.c

include ../../Makefile.template