Merge branch 'gallium-drm-driver-drescriptor'
[mesa.git] / src / gallium / drivers / galahad / SConscript
1 Import('*')
2
3 env = env.Clone()
4
5 identity = env.ConvenienceLibrary(
6 target = 'identity',
7 source = [
8 'glhd_context.c',
9 'glhd_objects.c',
10 'glhd_screen.c',
11 ])
12
13 Export('identity')