Browse Source

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>
Ralf Baechle 15 years ago
parent
commit
9ebc2935f3

+ 1 - 1
arch/mips/Makefile

@@ -194,7 +194,7 @@ include $(srctree)/arch/mips/Kbuild.platforms
 #
 # 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
 

+ 0 - 0
arch/mips/gt64120/wrppmc/Makefile → arch/mips/wrppmc/Makefile


+ 0 - 0
arch/mips/gt64120/wrppmc/irq.c → arch/mips/wrppmc/irq.c


+ 0 - 0
arch/mips/gt64120/wrppmc/pci.c → arch/mips/wrppmc/pci.c


+ 0 - 0
arch/mips/gt64120/wrppmc/reset.c → arch/mips/wrppmc/reset.c


+ 0 - 0
arch/mips/gt64120/wrppmc/serial.c → arch/mips/wrppmc/serial.c


+ 0 - 0
arch/mips/gt64120/wrppmc/setup.c → arch/mips/wrppmc/setup.c


+ 0 - 0
arch/mips/gt64120/wrppmc/time.c → arch/mips/wrppmc/time.c