diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-01-11 21:04:00 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-01-11 21:04:00 +0000 |
commit | a8760b0cba4dba438c2ea2d71202269d90145f4b (patch) | |
tree | e71f547b5ca2b52deca8137319109e518a0b4534 | |
parent | 61c15f4a2d053c9e609360a5e600f56b0887c3aa (diff) |
Checkpoint commit of mesa-3.5 port. Do not use.
-rw-r--r-- | linux/Makefile.linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 862bb6c3..58961840 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -133,6 +133,9 @@ MODS += mga.o ifeq ($(MACHINE),i386) MODS += i810.o endif +ifeq ($(MACHINE),i686) +MODS += i810.o +endif MGAOBJS= mga_drv.o mga_dma.o mga_bufs.o mga_context.o mga_state.o |