diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-13 23:48:09 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-21 01:33:17 -0400 |
commit | 9af9a413d21f7a113f4fd909fb9962fea36b6cfa (patch) | |
tree | ad7bc847386edbd5e84999c4355b8d21317f1a2d /arch/sh | |
parent | 0d08b5fb37835988952d190b4540a71d60a4d198 (diff) |
sh: Disable psw support for R7785RP.
While R7780RP and R7780MP support this, R7785RP does not.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/renesas/r7780rp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/r7780rp/Makefile b/arch/sh/boards/renesas/r7780rp/Makefile index 5255610d4e72..b1d20afb4eb3 100644 --- a/arch/sh/boards/renesas/r7780rp/Makefile +++ b/arch/sh/boards/renesas/r7780rp/Makefile | |||
@@ -3,5 +3,8 @@ | |||
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-y := setup.o irq.o $(irqinit-y) | 6 | obj-y := setup.o irq.o $(irqinit-y) |
7 | |||
8 | ifneq ($(CONFIG_SH_R7785RP),y) | ||
7 | obj-$(CONFIG_PUSH_SWITCH) += psw.o | 9 | obj-$(CONFIG_PUSH_SWITCH) += psw.o |
10 | endif | ||