On Thu, Nov 10, 2011 at 10:30:26PM -0800, Kevin Cernekee wrote: > +cflags-$(CONFIG_CPU_BMIPS) += -march=mips32 -Wa,-mips32 -Wa,--trap > +#define MODULE_PROC_FAMILY "BMIPS " If BMIPS is just a MIPS32 with no relevant extensions to the instruction set, why don't you just call it a MIPS32 processor and use something like CPU_MIPS32_R2? It's small things like that which can sometimes avoid many unnecessary recompilations which really saves times when rebuilding all defconfigs on a way to slow machine :) Ralf