diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-09-08 17:50:50 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-09-08 17:52:02 -0400 |
commit | fad9ee6cdae5ae45e6406e3071a84276f1b59a85 (patch) | |
tree | fe5ac94d54165184773a4f09c137df7426c983c0 /src/Makefile.am | |
parent | 651fe5a47435c6a5cc1cdfb33c5c6601d692adcb (diff) |
radeon: replace dga code with DiDGA
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 57a365be..e0434f49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,7 +92,7 @@ radeon_drv_la_LTLIBRARIES = radeon_drv.la radeon_drv_la_LDFLAGS = -module -avoid-version radeon_drv_ladir = @moduledir@/drivers radeon_drv_la_SOURCES = \ - radeon_accel.c radeon_cursor.c radeon_dga.c radeon_legacy_memory.c \ + radeon_accel.c radeon_cursor.c radeon_legacy_memory.c \ radeon_driver.c radeon_video.c radeon_bios.c radeon_mm_i2c.c \ radeon_vip.c radeon_misc.c radeon_probe.c \ legacy_crtc.c legacy_output.c \ |