radeong: Fix scons build

This commit is contained in:
Jakob Bornecrantz 2010-03-24 18:09:19 +01:00
parent c9f98673c5
commit 42a1bcc22f

View file

@ -3,7 +3,7 @@ Import('*')
env = drienv.Clone()
radeon_sources = [
'radeon_buffer.c',
'radeon_drm_buffer.c',
'radeon_drm.c',
'radeon_r300.c',
]