--- zzzz-none-000/linux-2.6.13.1/arch/mips/Makefile 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/arch/mips/Makefile 2006-11-06 16:02:03.000000000 +0000 @@ -171,6 +171,18 @@ $(call set_gccflags,mips32,mips32,r4600,mips3,mips2) \ -Wa,--trap +cflags-$(CONFIG_CPU_AR7) += \ + $(call set_gccflags,mips32,mips32,r4600,mips3,mips2) \ + -Wa,--trap + +cflags-$(CONFIG_CPU_OHIO) += \ + $(call set_gccflags,mips32,mips32,r4600,mips3,mips2) \ + -Wa,--trap + +cflags-$(CONFIG_CPU_UR8) += \ + $(call set_gccflags,mips32,mips32,r4600,mips3,mips2) \ + -Wa,--trap + cflags-$(CONFIG_CPU_MIPS64) += \ $(call set_gccflags,mips64,mips64,r4600,mips3,mips2) \ -Wa,--trap @@ -389,6 +401,30 @@ load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 # +# MIPS OHIO board +# +core-$(CONFIG_MIPS_OHIO) += arch/mips/mips-boards/ohio/ +cflags-$(CONFIG_MIPS_OHIO) += -Iinclude/asm-mips/mach-ohio +cflags-$(CONFIG_MIPS_OHIO) += -Iinclude/asm-mips/mach-mips +load-$(CONFIG_MIPS_OHIO) += 0xffffffff94000000 + +# +# MIPS AR7 board +# +core-$(CONFIG_MIPS_AR7) += arch/mips/mips-boards/ar7/ +cflags-$(CONFIG_MIPS_AR7) += -Iinclude/asm-mips/mach-ar7 +cflags-$(CONFIG_MIPS_AR7) += -Iinclude/asm-mips/mach-mips +load-$(CONFIG_MIPS_AR7) += 0xffffffff94000000 + +# +# MIPS UR8 board +# +core-$(CONFIG_MIPS_UR8) += arch/mips/mips-boards/ur8/ +cflags-$(CONFIG_MIPS_UR8) += -Iinclude/asm-mips/mach-ur8 +cflags-$(CONFIG_MIPS_UR8) += -Iinclude/asm-mips/mach-mips +load-$(CONFIG_MIPS_UR8) += 0xffffffff94000000 + +# # Momentum Ocelot board # # The Ocelot setup.o must be linked early - it does the ioremap() for the