diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:55 -0400 |
commit | 2f22f456933c1db57d84627a046dd20e935ad51a (patch) | |
tree | b43b3b45e59fc750bf0bc84d53622e0d87828f99 /arch/mips/Makefile | |
parent | a8b361d97f8e5a496a6144c470be03595247ad9f (diff) |
MIPS: EMMA: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
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 | ||