From 4bd635b921260b2a1a0ab79e42022c1a02202f8e Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:55 +0100 Subject: [PATCH] --- yaml --- r: 204515 b: refs/heads/master c: 2f22f456933c1db57d84627a046dd20e935ad51a h: refs/heads/master i: 204513: 00e900b023aa717d966a051ebb149c50e55fee97 204511: 841de97ed91abc95cb1cde2ffe8745c14f65dd7a v: v3 --- [refs] | 2 +- trunk/arch/mips/Kbuild.platforms | 1 + trunk/arch/mips/Makefile | 12 ------------ trunk/arch/mips/emma/Makefile | 6 ++++++ trunk/arch/mips/emma/Platform | 4 ++++ 5 files changed, 12 insertions(+), 13 deletions(-) create mode 100644 trunk/arch/mips/emma/Makefile create mode 100644 trunk/arch/mips/emma/Platform diff --git a/[refs] b/[refs] index 0dcc288eaada..88b06e3a1324 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a8b361d97f8e5a496a6144c470be03595247ad9f +refs/heads/master: 2f22f456933c1db57d84627a046dd20e935ad51a diff --git a/trunk/arch/mips/Kbuild.platforms b/trunk/arch/mips/Kbuild.platforms index a4bda755c3a6..8985487b3def 100644 --- a/trunk/arch/mips/Kbuild.platforms +++ b/trunk/arch/mips/Kbuild.platforms @@ -7,6 +7,7 @@ platforms += bcm63xx platforms += cavium-octeon platforms += cobalt platforms += dec +platforms += emma platforms += jazz platforms += lasat platforms += loongson diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index e136e6204d87..2ba20d97c660 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -217,18 +217,6 @@ load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/ load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 -# -# Common NEC EMMAXXX -# -core-$(CONFIG_SOC_EMMA2RH) += arch/mips/emma/common/ -cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh - -# -# NEC EMMA2RH Mark-eins -# -core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/ -load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 - cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic drivers-$(CONFIG_PCI) += arch/mips/pci/ diff --git a/trunk/arch/mips/emma/Makefile b/trunk/arch/mips/emma/Makefile new file mode 100644 index 000000000000..4254a31edb09 --- /dev/null +++ b/trunk/arch/mips/emma/Makefile @@ -0,0 +1,6 @@ +obj-$(CONFIG_SOC_EMMA2RH) += common/ + +# +# NEC EMMA2RH Mark-eins +# +obj-$(CONFIG_NEC_MARKEINS) += markeins/ diff --git a/trunk/arch/mips/emma/Platform b/trunk/arch/mips/emma/Platform new file mode 100644 index 000000000000..0282f7f99b88 --- /dev/null +++ b/trunk/arch/mips/emma/Platform @@ -0,0 +1,4 @@ +platform-$(CONFIG_SOC_EMMA2RH) += emma/ +cflags-$(CONFIG_SOC_EMMA2RH) += \ + -I$(srctree)/arch/mips/include/asm/mach-emma2rh +load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000