Andrew Morton writes:
 > "Martin J. Bligh" <[EMAIL PROTECTED]> wrote:
 > >
 > > drivers/built-in.o(.text+0x182bc): In function `.matroxfb_probe':
 > > : undefined reference to `.mac_vmode_to_var'
 > > make: *** [.tmp_vmlinux1] Error 1
 > > 
 > > Anyone know what that is?
 > > 
 > 
 > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11/2.6.11-mm4/broken-out/fbdev-kconfig-fix-for-macmodes-and-ppc.patch
 > 
 > should fix it.

It seems the culprit is "matroxfb-compile-error.patch" which unconditionally 
adds
macmodes.o to the Makefile line for CONFIG_FB_MATROX. This obviously breaks on 
!ppc.
The patch Andrew mentions above converts the Kconfig entry for FB_MATROX to do a
"select FB_MACMODES if PPC_PMAC", so dropping matroxfb-compile-error.patch 
should suffice.

/Mikael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to