diff options
author | Eric Anholt <eric@anholt.net> | 2007-03-30 12:56:08 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-03-30 12:56:08 -0700 |
commit | cd4c82176f3f429e722ca3fac2abf231af479780 (patch) | |
tree | 6c658f8ea8cbfcdbb5d3c8518a5f13ca90b465e3 /linux-core/Makefile.kernel | |
parent | 5d69640a6ad15522fa37c3b232eb34acef955892 (diff) | |
parent | 3f70518f0bcf36a1e2c82db962324dbdee106f67 (diff) |
Merge branch 'origin'
Diffstat (limited to 'linux-core/Makefile.kernel')
-rw-r--r-- | linux-core/Makefile.kernel | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index 81a94331..6f5b021b 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -21,7 +21,11 @@ i810-objs := i810_drv.o i810_dma.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 \ - nouveau_object.o nouveau_irq.o nv04_graph.o nv10_graph.o nv20_graph.o nv30_graph.o \ + nouveau_object.o nouveau_irq.o \ + nv04_timer.o \ + nv04_mc.o nv40_mc.o \ + nv04_fb.o nv10_fb.o nv40_fb.o \ + nv04_graph.o nv10_graph.o nv20_graph.o nv30_graph.o \ nv40_graph.o radeon-objs := radeon_drv.o radeon_cp.o radeon_state.o radeon_mem.o radeon_irq.o r300_cmdbuf.o sis-objs := sis_drv.o sis_mm.o |