소스 검색

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 년 전
부모
커밋
9ebc2935f3
8개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/mips/Makefile
  2. 0 0
      arch/mips/wrppmc/Makefile
  3. 0 0
      arch/mips/wrppmc/irq.c
  4. 0 0
      arch/mips/wrppmc/pci.c
  5. 0 0
      arch/mips/wrppmc/reset.c
  6. 0 0
      arch/mips/wrppmc/serial.c
  7. 0 0
      arch/mips/wrppmc/setup.c
  8. 0 0
      arch/mips/wrppmc/time.c

+ 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