MIPS: WRPPMC: Move code one directory level up.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:50 +0000 (13:25 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:50 +0000 (13:25 +0100)
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>
arch/mips/Makefile
arch/mips/wrppmc/Makefile [moved from arch/mips/gt64120/wrppmc/Makefile with 100% similarity]
arch/mips/wrppmc/irq.c [moved from arch/mips/gt64120/wrppmc/irq.c with 100% similarity]
arch/mips/wrppmc/pci.c [moved from arch/mips/gt64120/wrppmc/pci.c with 100% similarity]
arch/mips/wrppmc/reset.c [moved from arch/mips/gt64120/wrppmc/reset.c with 100% similarity]
arch/mips/wrppmc/serial.c [moved from arch/mips/gt64120/wrppmc/serial.c with 100% similarity]
arch/mips/wrppmc/setup.c [moved from arch/mips/gt64120/wrppmc/setup.c with 100% similarity]
arch/mips/wrppmc/time.c [moved from arch/mips/gt64120/wrppmc/time.c with 100% similarity]

index 2fbce8e25f3648941ee154c8de3bb5624e1b1daa..10e8a293a01ffe1f15ba591ecbb0a20e1ae7bb1a 100644 (file)
@@ -194,7 +194,7 @@ include $(srctree)/arch/mips/Kbuild.platforms
 #
 # Wind River PPMC Board (4KC + GT64120)
 #
 #
 # Wind River PPMC Board (4KC + GT64120)
 #
-core-$(CONFIG_WR_PPMC)         += arch/mips/gt64120/wrppmc/
+core-$(CONFIG_WR_PPMC)         += arch/mips/wrppmc/
 cflags-$(CONFIG_WR_PPMC)               += -I$(srctree)/arch/mips/include/asm/mach-wrppmc
 load-$(CONFIG_WR_PPMC)         += 0xffffffff80100000
 
 cflags-$(CONFIG_WR_PPMC)               += -I$(srctree)/arch/mips/include/asm/mach-wrppmc
 load-$(CONFIG_WR_PPMC)         += 0xffffffff80100000