diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 06:28:23 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 06:28:23 +0200 |
commit | 3530570fd43632b60b00e5ea17519d2bd69d1434 (patch) | |
tree | 47b2199a54cb013f60024892649b650abb0cc669 /arch/sh/boards/se/770x/Makefile | |
parent | video: Disable vgacon for SuperH. (diff) | |
download | linux-3530570fd43632b60b00e5ea17519d2bd69d1434.tar.xz linux-3530570fd43632b60b00e5ea17519d2bd69d1434.zip |
sh: Kill off dead code for SE and SystemH boards.
Some of these have suffered some bitrot, and so there is
some degree of dead code that has been left sitting around,
clean it up..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/se/770x/Makefile')
-rw-r--r-- | arch/sh/boards/se/770x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/boards/se/770x/Makefile b/arch/sh/boards/se/770x/Makefile index be89a73cc418..c96ed6933fe1 100644 --- a/arch/sh/boards/se/770x/Makefile +++ b/arch/sh/boards/se/770x/Makefile @@ -2,5 +2,6 @@ # Makefile for the 770x SolutionEngine specific parts of the kernel # -obj-y := mach.o setup.o io.o irq.o led.o +obj-y := mach.o setup.o io.o irq.o +obj-$(CONFIG_HEARTBEAT) += led.o |