diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-11-03 20:46:17 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-11-03 20:46:17 -0400 |
commit | 5e9ebd8e496b72b051053d637c63b2956b7861d3 (patch) | |
tree | 51014c9d819e48a4f6eda30849fe87275f4473cf /src/Makefile.am | |
parent | c106075ccb81ca2ee4894743e676fd37653c8dce (diff) |
Initial support for r4xx
- add r3xx/r4xx MC access macros and functions
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 bcc66373..9bad63dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -100,7 +100,7 @@ radeon_drv_la_SOURCES = \ radeon_driver.c radeon_video.c radeon_bios.c radeon_mm_i2c.c \ radeon_vip.c radeon_misc.c radeon_probe.c radeon_display.c \ radeon_crtc.c radeon_output.c radeon_modes.c radeon_tv.c \ - $(RADEON_ATOMBIOS_SOURCES) radeon_atombios.c radeon_atomwrapper.c\ + $(RADEON_ATOMBIOS_SOURCES) radeon_atombios.c radeon_atomwrapper.c \ $(RADEON_DRI_SRCS) $(RADEON_EXA_SOURCES) atombios_output.c atombios_crtc.c theatre_detect_drv_la_LTLIBRARIES = theatre_detect_drv.la |