aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-05-10 22:23:05 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-05-13 20:18:34 -0400
commit0facbe3a34556bbc30333971e32c5430b087fcb1 (patch)
treecde8a48d40eee1483ed414510a6efcfe78c909cb
parentb8947444a738c6407466244c60e9e4a2999af555 (diff)
sh: Fix up psw build rules for r7780rp.
When reordering the Makefile rules, the psw support was being clobbered. Fix it up so it's linked in again. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/boards/renesas/r7780rp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/r7780rp/Makefile b/arch/sh/boards/renesas/r7780rp/Makefile
index 609e5d50dde8..5255610d4e72 100644
--- a/arch/sh/boards/renesas/r7780rp/Makefile
+++ b/arch/sh/boards/renesas/r7780rp/Makefile
@@ -3,5 +3,5 @@
3# 3#
4irqinit-y := irq-r7780rp.o 4irqinit-y := irq-r7780rp.o
5irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o 5irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o
6obj-$(CONFIG_PUSH_SWITCH) += psw.o
7obj-y := setup.o irq.o $(irqinit-y) 6obj-y := setup.o irq.o $(irqinit-y)
7obj-$(CONFIG_PUSH_SWITCH) += psw.o