Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204507
b: refs/heads/master
c: f70a974
h: refs/heads/master
i:
  204505: 80a59e3
  204503: 00f425f
v: v3
  • Loading branch information
Ralf Baechle committed Aug 5, 2010
1 parent d2c2003 commit ab04054
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ebc2935f346964c34e5f376263c4071f66edcd9
refs/heads/master: f70a974dd04619575723331a4f767254b76e3c8e
1 change: 1 addition & 0 deletions trunk/arch/mips/Kbuild.platforms
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ platforms += sgi-ip27
platforms += sgi-ip32
platforms += sni
platforms += vr41xx
platforms += wrppmc

# include the platform specific files
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
7 changes: 0 additions & 7 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,6 @@ endif
#
include $(srctree)/arch/mips/Kbuild.platforms

#
# Wind River PPMC Board (4KC + GT64120)
#
core-$(CONFIG_WR_PPMC) += arch/mips/wrppmc/
cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc
load-$(CONFIG_WR_PPMC) += 0xffffffff80100000

#
# LASAT platforms
#
Expand Down
4 changes: 1 addition & 3 deletions trunk/arch/mips/wrppmc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
# Copyright 2006 Wind River System, Inc.
# Author: Rongkai.Zhan <rongkai.zhan@windriver.com>
#
# Makefile for the Wind River MIPS 4KC PPMC Eval Board
# Makefile for the Wind River MIPS 4Kc PPMC Eval Board
#

obj-y += irq.o pci.o reset.o serial.o setup.o time.o

EXTRA_CFLAGS += -Werror
7 changes: 7 additions & 0 deletions trunk/arch/mips/wrppmc/Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Wind River PPMC Board (4KC + GT64120)
#
platform-$(CONFIG_WR_PPMC) += wrppmc/
cflags-$(CONFIG_WR_PPMC) += \
-I$(srctree)/arch/mips/include/asm/mach-wrppmc
load-$(CONFIG_WR_PPMC) += 0xffffffff80100000

0 comments on commit ab04054

Please sign in to comment.