diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2003-03-25 11:36:43 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2003-03-25 11:36:43 +0000 |
commit | b3eb34e0ea0ec7c550df5fd6b25efcf9e35c53cd (patch) | |
tree | 3ba6b39dc03658d840555d19c1ff56e2da8ce72c /linux/Makefile.kernel | |
parent | c14006ba9f0522875327998215150067d8ca6ea7 (diff) |
linux merge for drm
Diffstat (limited to 'linux/Makefile.kernel')
-rw-r--r-- | linux/Makefile.kernel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile.kernel b/linux/Makefile.kernel index 59d25fdec..7e659dfde 100644 --- a/linux/Makefile.kernel +++ b/linux/Makefile.kernel @@ -10,7 +10,7 @@ tdfx-objs := tdfx_drv.o r128-objs := r128_drv.o r128_cce.o r128_irq.o r128_state.o mga-objs := mga_drv.o mga_dma.o mga_irq.o mga_state.o mga_warp.o i810-objs := i810_drv.o i810_dma.o -i830-objs := i830_drv.o i830_dma.o +i830-objs := i830_drv.o i830_dma.o i830_irq.o radeon-objs := radeon_drv.o radeon_cp.o radeon_irq.o radeon_mem.o radeon_state.o ffb-objs := ffb_drv.o ffb_context.o |