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

LIBNAME = galahad

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

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default