diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-16 22:17:20 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:44 -0500 |
commit | b94ea27570e4ae87942e2f2ae386d4007ef7ac58 (patch) | |
tree | 9bbd902e87a76bde0fc63c08218add2e926a14d1 /arch/sh/boards/mach-cayman/Makefile | |
parent | ca0c14e447a399eb90a1c9a4357560c2a29ef499 (diff) |
sh: Kill off the cayman and microdev special heartbeat code.
These can use the generic code instead.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-cayman/Makefile')
-rw-r--r-- | arch/sh/boards/mach-cayman/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-cayman/Makefile b/arch/sh/boards/mach-cayman/Makefile index 489a8f867368..cafe1ac3b29c 100644 --- a/arch/sh/boards/mach-cayman/Makefile +++ b/arch/sh/boards/mach-cayman/Makefile | |||
@@ -2,4 +2,3 @@ | |||
2 | # Makefile for the Hitachi Cayman specific parts of the kernel | 2 | # Makefile for the Hitachi Cayman specific parts of the kernel |
3 | # | 3 | # |
4 | obj-y := setup.o irq.o | 4 | obj-y := setup.o irq.o |
5 | obj-$(CONFIG_HEARTBEAT) += led.o | ||