diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-11-24 11:24:39 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-06 10:45:38 +0900 |
commit | 9daa0c257d6c200b58092e0bfc32b77c4618a8af (patch) | |
tree | be40047ad34250a61bfff9628a9edcc055db7135 /arch/sh/boards/renesas/r7780rp/Makefile | |
parent | 9f5e8eee5cfe1328660c71812d87c2a67bda389f (diff) | |
download | talos-obmc-linux-9daa0c257d6c200b58092e0bfc32b77c4618a8af.tar.gz talos-obmc-linux-9daa0c257d6c200b58092e0bfc32b77c4618a8af.zip |
sh: R7780RP push-switch support.
This adds simple push-switch support for the RDBRP-1/RDBREVRP-1 debug
boards found on the R7780RP-1.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/renesas/r7780rp/Makefile')
-rw-r--r-- | arch/sh/boards/renesas/r7780rp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/r7780rp/Makefile b/arch/sh/boards/renesas/r7780rp/Makefile index f1776d027978..574b0316ed56 100644 --- a/arch/sh/boards/renesas/r7780rp/Makefile +++ b/arch/sh/boards/renesas/r7780rp/Makefile @@ -3,4 +3,6 @@ # obj-y := setup.o io.o irq.o -obj-$(CONFIG_HEARTBEAT) += led.o + +obj-$(CONFIG_HEARTBEAT) += led.o +obj-$(CONFIG_PUSH_SWITCH) += psw.o |