diff options
author | Arthur Huillet <arthur.huillet@free.fr> | 2007-10-12 22:39:58 +0200 |
---|---|---|
committer | Arthur Huillet <arthur.huillet@free.fr> | 2007-10-12 22:40:08 +0200 |
commit | 9d779e2c88a02f5f9d57618145654610f0f10e28 (patch) | |
tree | 71edc278babecb3d9a7d37c449925a03d83f3fc3 /linux-core | |
parent | 74ea019863c1d08d31eac81d3bfc73e97479b2c5 (diff) |
nouveau: mandatory "oops I forgot half of the files" commit
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/Makefile.kernel | 2 | ||||
l--------- | linux-core/nouveau_swmthd.c | 1 | ||||
l--------- | linux-core/nouveau_swmthd.h | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index 0eb10783..715454bc 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -21,7 +21,7 @@ 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 nouveau_notifier.o \ + nouveau_object.o nouveau_irq.o nouveau_notifier.o nouveau_swmthd.o \ nouveau_sgdma.o nouveau_dma.o \ nv04_timer.o \ nv04_mc.o nv40_mc.o nv50_mc.o \ diff --git a/linux-core/nouveau_swmthd.c b/linux-core/nouveau_swmthd.c new file mode 120000 index 00000000..c5390801 --- /dev/null +++ b/linux-core/nouveau_swmthd.c @@ -0,0 +1 @@ +../shared-core/nouveau_swmthd.c
\ No newline at end of file diff --git a/linux-core/nouveau_swmthd.h b/linux-core/nouveau_swmthd.h new file mode 120000 index 00000000..33425dcd --- /dev/null +++ b/linux-core/nouveau_swmthd.h @@ -0,0 +1 @@ +../shared-core/nouveau_swmthd.h
\ No newline at end of file |