diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-17 12:17:20 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:44:44 +0900 |
commit | b94ea27570e4ae87942e2f2ae386d4007ef7ac58 (patch) | |
tree | 9bbd902e87a76bde0fc63c08218add2e926a14d1 /arch/sh/boards/mach-cayman/Makefile | |
parent | ca0c14e447a399eb90a1c9a4357560c2a29ef499 (diff) | |
download | op-kernel-dev-b94ea27570e4ae87942e2f2ae386d4007ef7ac58.zip op-kernel-dev-b94ea27570e4ae87942e2f2ae386d4007ef7ac58.tar.gz |
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 489a8f8..cafe1ac3 100644 --- a/arch/sh/boards/mach-cayman/Makefile +++ b/arch/sh/boards/mach-cayman/Makefile @@ -2,4 +2,3 @@ # Makefile for the Hitachi Cayman specific parts of the kernel # obj-y := setup.o irq.o -obj-$(CONFIG_HEARTBEAT) += led.o |