diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-03-19 11:40:52 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-03-19 11:46:35 +0000 |
commit | ef71b6230b50b81c1169d63f44d397ef0b77f94d (patch) | |
tree | 1f33b4faa2e1984d13bbe933d595c8c92746d068 | |
parent | cbe31d0dc7ead9e690faf8b68c481a39f0f01195 (diff) |
remove i830 reference
-rw-r--r-- | linux-core/Makefile.kernel | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index 853d2931..81a94331 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -18,7 +18,6 @@ tdfx-objs := tdfx_drv.o r128-objs := r128_drv.o r128_cce.o r128_state.o r128_irq.o mga-objs := mga_drv.o mga_dma.o mga_state.o mga_warp.o mga_irq.o i810-objs := i810_drv.o i810_dma.o -i830-objs := i830_drv.o i830_dma.o i830_irq.o i915-objs := i915_drv.o i915_dma.o i915_irq.o i915_mem.o i915_fence.o \ i915_buffer.o nouveau-objs := nouveau_drv.o nouveau_state.o nouveau_fifo.o nouveau_mem.o \ |