Makefile.linux was checking $(MACHINE) for 'i386' before building the
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 11 Jan 2001 20:05:39 +0000 (20:05 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 11 Jan 2001 20:05:39 +0000 (20:05 +0000)
    i810.o module. However on my i810's, $(MACHINE) is 'i686'.

linux/Makefile.linux

index 862bb6c..5896184 100644 (file)
@@ -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