diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-10 22:23:05 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-13 20:18:34 -0400 |
commit | 0facbe3a34556bbc30333971e32c5430b087fcb1 (patch) | |
tree | cde8a48d40eee1483ed414510a6efcfe78c909cb /arch | |
parent | b8947444a738c6407466244c60e9e4a2999af555 (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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/boards/renesas/r7780rp/Makefile | 2 |
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 | # |
4 | irqinit-y := irq-r7780rp.o | 4 | irqinit-y := irq-r7780rp.o |
5 | irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o | 5 | irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o |
6 | obj-$(CONFIG_PUSH_SWITCH) += psw.o | ||
7 | obj-y := setup.o irq.o $(irqinit-y) | 6 | obj-y := setup.o irq.o $(irqinit-y) |
7 | obj-$(CONFIG_PUSH_SWITCH) += psw.o | ||