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

LIBNAME = galahad

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

include ../../Makefile.template