summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/SConscript
blob: 18684c3e7f97063cdf17c4463b11e494a93f2bda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Import('*')

env = env.Clone()

r300 = env.ConvenienceLibrary(
	target = 'r300',
	source = [
		'r300_blit.c',
		'r300_clear.c',
		'r300_context.c',
		'r300_screen.c',
		'r300_state.c',
		'r300_surface.c',
	])

Export('r300')