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

LIBNAME = rbug

C_SOURCES = \
	rbug_core.c \
	rbug_context.c \
	rbug_objects.c \
	rbug_screen.c

include ../../Makefile.template

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