From 8759707c039986637bce7080bdf89182a6ec79b2 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:53 +0100 Subject: [PATCH] --- yaml --- r: 204509 b: refs/heads/master c: bd152b095ef67898ed794f100e4ecc5298a61ad8 h: refs/heads/master i: 204507: ab04054274c415eccbdec8c681295a2d6550e49f v: v3 --- [refs] | 2 +- trunk/arch/mips/Kbuild.platforms | 1 + trunk/arch/mips/Makefile | 7 ------- trunk/arch/mips/lasat/Makefile | 2 -- trunk/arch/mips/lasat/Platform | 7 +++++++ 5 files changed, 9 insertions(+), 10 deletions(-) create mode 100644 trunk/arch/mips/lasat/Platform diff --git a/[refs] b/[refs] index 074ae2133a6d..b3594e6ff7cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 026dab3c51d3d6129cf66f24bc592e9315856fdb +refs/heads/master: bd152b095ef67898ed794f100e4ecc5298a61ad8 diff --git a/trunk/arch/mips/Kbuild.platforms b/trunk/arch/mips/Kbuild.platforms index 31bba5b095de..d99704cac561 100644 --- a/trunk/arch/mips/Kbuild.platforms +++ b/trunk/arch/mips/Kbuild.platforms @@ -5,6 +5,7 @@ platforms += ar7 platforms += cobalt platforms += dec platforms += jazz +platforms += lasat platforms += loongson platforms += mipssim platforms += mti-malta diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index c983a8777b06..24ba9394fa68 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -191,13 +191,6 @@ endif # include $(srctree)/arch/mips/Kbuild.platforms -# -# LASAT platforms -# -core-$(CONFIG_LASAT) += arch/mips/lasat/ -cflags-$(CONFIG_LASAT) += -I$(srctree)/arch/mips/include/asm/mach-lasat -load-$(CONFIG_LASAT) += 0xffffffff80000000 - # NXP STB225 core-$(CONFIG_SOC_PNX833X) += arch/mips/nxp/pnx833x/common/ cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x diff --git a/trunk/arch/mips/lasat/Makefile b/trunk/arch/mips/lasat/Makefile index 33791609fe99..9cc4e4db8b99 100644 --- a/trunk/arch/mips/lasat/Makefile +++ b/trunk/arch/mips/lasat/Makefile @@ -12,5 +12,3 @@ obj-$(CONFIG_PICVUE_PROC) += picvue_proc.o clean: make -C image clean - -EXTRA_CFLAGS += -Werror diff --git a/trunk/arch/mips/lasat/Platform b/trunk/arch/mips/lasat/Platform new file mode 100644 index 000000000000..760252828bf1 --- /dev/null +++ b/trunk/arch/mips/lasat/Platform @@ -0,0 +1,7 @@ +# +# LASAT platforms +# +platform-$(CONFIG_LASAT) += lasat/ +cflags-$(CONFIG_LASAT) += \ + -I$(srctree)/arch/mips/include/asm/mach-lasat +load-$(CONFIG_LASAT) += 0xffffffff80000000