From a8760b0cba4dba438c2ea2d71202269d90145f4b Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 11 Jan 2001 21:04:00 +0000 Subject: [PATCH] Checkpoint commit of mesa-3.5 port. Do not use. --- linux/Makefile.linux | 3 +++ 1 file changed, 3 insertions(+) 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