diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kbuild.platforms | 1 | ||||
-rw-r--r-- | arch/mips/Makefile | 12 | ||||
-rw-r--r-- | arch/mips/emma/Makefile | 6 | ||||
-rw-r--r-- | arch/mips/emma/Platform | 4 |
4 files changed, 11 insertions, 12 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms index a4bda755c3a6..8985487b3def 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -7,6 +7,7 @@ platforms += bcm63xx | |||
7 | platforms += cavium-octeon | 7 | platforms += cavium-octeon |
8 | platforms += cobalt | 8 | platforms += cobalt |
9 | platforms += dec | 9 | platforms += dec |
10 | platforms += emma | ||
10 | platforms += jazz | 11 | platforms += jazz |
11 | platforms += lasat | 12 | platforms += lasat |
12 | platforms += loongson | 13 | platforms += loongson |
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index e136e6204d87..2ba20d97c660 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -217,18 +217,6 @@ load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 | |||
217 | libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/ | 217 | libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/ |
218 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 | 218 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 |
219 | 219 | ||
220 | # | ||
221 | # Common NEC EMMAXXX | ||
222 | # | ||
223 | core-$(CONFIG_SOC_EMMA2RH) += arch/mips/emma/common/ | ||
224 | cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh | ||
225 | |||
226 | # | ||
227 | # NEC EMMA2RH Mark-eins | ||
228 | # | ||
229 | core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/ | ||
230 | load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 | ||
231 | |||
232 | cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic | 220 | cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic |
233 | drivers-$(CONFIG_PCI) += arch/mips/pci/ | 221 | drivers-$(CONFIG_PCI) += arch/mips/pci/ |
234 | 222 | ||
diff --git a/arch/mips/emma/Makefile b/arch/mips/emma/Makefile new file mode 100644 index 000000000000..4254a31edb09 --- /dev/null +++ b/arch/mips/emma/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | obj-$(CONFIG_SOC_EMMA2RH) += common/ | ||
2 | |||
3 | # | ||
4 | # NEC EMMA2RH Mark-eins | ||
5 | # | ||
6 | obj-$(CONFIG_NEC_MARKEINS) += markeins/ | ||
diff --git a/arch/mips/emma/Platform b/arch/mips/emma/Platform new file mode 100644 index 000000000000..0282f7f99b88 --- /dev/null +++ b/arch/mips/emma/Platform | |||
@@ -0,0 +1,4 @@ | |||
1 | platform-$(CONFIG_SOC_EMMA2RH) += emma/ | ||
2 | cflags-$(CONFIG_SOC_EMMA2RH) += \ | ||
3 | -I$(srctree)/arch/mips/include/asm/mach-emma2rh | ||
4 | load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 | ||