Re: [coreboot] [PATCH] Drop duplicate CPU subdirs-y entries for "../../x86/mtrr"

2009-10-16 Thread Uwe Hermann
On Fri, Oct 16, 2009 at 05:46:37AM +0200, Peter Stuge wrote: > Uwe Hermann wrote: > > Drop duplicate CPU subdirs-y entries for "../../x86/mtrr". > > > > Signed-off-by: Uwe Hermann > > Acked-by: Peter Stuge Thanks, r4784. Uwe. -- http://www.hermann-uwe.de | http://www.randomprojects.org htt

Re: [coreboot] [PATCH] Drop duplicate CPU subdirs-y entries for "../../x86/mtrr"

2009-10-15 Thread Peter Stuge
Uwe Hermann wrote: > Drop duplicate CPU subdirs-y entries for "../../x86/mtrr". > > Signed-off-by: Uwe Hermann Acked-by: Peter Stuge -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [PATCH] Drop duplicate CPU subdirs-y entries for "../../x86/mtrr"

2009-10-15 Thread Stefan Reinauer
Peter Stuge wrote: > Uwe Hermann wrote: > >> subdirs-y += ../../x86/tsc >> -subdirs-y += ../../x86/mtrr >> subdirs-y += ../../x86/fpu >> subdirs-y += ../../x86/mmx >> subdirs-y += ../../x86/sse >> > > Could these last two be set in cpu/x86 by CONFIG_{MMX,SSE} ? > That, or dropped..

Re: [coreboot] [PATCH] Drop duplicate CPU subdirs-y entries for "../../x86/mtrr"

2009-10-15 Thread Peter Stuge
Uwe Hermann wrote: > subdirs-y += ../../x86/tsc > -subdirs-y += ../../x86/mtrr > subdirs-y += ../../x86/fpu > subdirs-y += ../../x86/mmx > subdirs-y += ../../x86/sse Could these last two be set in cpu/x86 by CONFIG_{MMX,SSE} ? //Peter -- coreboot mailing list: coreboot@coreboot.org http://

[coreboot] [PATCH] Drop duplicate CPU subdirs-y entries for "../../x86/mtrr"

2009-10-15 Thread Uwe Hermann
I see no reason why we'd want to include ../../x86/mtrr _twice_ in a Makefile.inc, but if there are reasons for that we should definately document them. Uwe. -- http://www.hermann-uwe.de | http://www.randomprojects.org http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Drop