Re: [PATCH] x86_64 uniproc build fix

From: Dave Jones
Date: Fri Feb 20 2004 - 05:32:48 EST


On Fri, Feb 20, 2004 at 05:42:12AM +0000, Linux Kernel wrote:

> --- a/arch/x86_64/kernel/Makefile Thu Feb 19 22:11:54 2004
> +++ b/arch/x86_64/kernel/Makefile Thu Feb 19 22:11:54 2004
> @@ -33,4 +33,4 @@
> cpuid-$(subst m,y,$(CONFIG_X86_CPUID)) += ../../i386/kernel/cpuid.o
> topology-y += ../../i386/mach-default/topology.o
> swiotlb-$(CONFIG_SWIOTLB) += ../../ia64/lib/swiotlb.o
> -microcode-$(CONFIG_MICROCODE) += ../../i386/kernel/microcode.o
> +microcode-$(subst m,y,$(CONFIG_X86_CPUID)) += ../../i386/kernel/microcode.o
^^^^^
Eh ?

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