summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/Makefile
blob: 644e6d0ba316654261d39c4ca03d09a1922b0c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = r300

C_SOURCES = \
	r300_blit.c \
	r300_clear.c \
	r300_context.c \
	r300_emit.c \
	r300_screen.c \
	r300_state.c \
	r300_surface.c

include ../../Makefile.template

symlinks: