diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-07 16:06:56 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-07 16:06:56 +0000 |
commit | 8bbccd2c72f3c1f36cb6eba4ae58aa7d1fbe3991 (patch) | |
tree | fc13c9a9ddbed0fff7a99a8f5b5369519766de44 /linux-core/Makefile.kernel | |
parent | 127fd6583ff6ca60879bd79bc67dc379eedb6c8b (diff) |
merge from trunkglxmisc-3-0-0-20000607
Diffstat (limited to 'linux-core/Makefile.kernel')
-rw-r--r-- | linux-core/Makefile.kernel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index 2ea6c721..a169473a 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -49,3 +49,5 @@ i810.o: i810_drv.o i810_context.o $(L_TARGET) mga.o: mga_drv.o mga_context.o mga_dma.o mga_bufs.o $(L_TARGET) $(LD) $(LD_RFLAG) -r -o $@ mga_drv.o mga_bufs.o mga_dma.o mga_context.o mga_state.o -L. -ldrm +r128.o: r128_drv.o r128_context.o $(L_TARGET) + $(LD) $(LD_RFLAG) -r -o $@ r128_drv.o r128_context.o -L. -ldrm |