diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:50 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:50 -0400 |
commit | 9ebc2935f346964c34e5f376263c4071f66edcd9 (patch) | |
tree | af2be831c66a5b23f5d184a87e9687f0bcafa9c0 /arch/mips/Makefile | |
parent | 91598965ecb508dc7bc154ec9d3e35dcadb3fa5f (diff) |
MIPS: WRPPMC: Move code one directory level up.
It was the last platform under gt64120 and will fit better into the new
platform makefile scheme, if moved.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 2fbce8e25f36..10e8a293a01f 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -194,7 +194,7 @@ include $(srctree)/arch/mips/Kbuild.platforms | |||
194 | # | 194 | # |
195 | # Wind River PPMC Board (4KC + GT64120) | 195 | # Wind River PPMC Board (4KC + GT64120) |
196 | # | 196 | # |
197 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ | 197 | core-$(CONFIG_WR_PPMC) += arch/mips/wrppmc/ |
198 | cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc | 198 | cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc |
199 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 | 199 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 |
200 | 200 | ||