diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 14:02:09 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 14:02:09 +0900 |
commit | 36efc35447154317f9ffc5163a1793b5f7ff3de1 (patch) | |
tree | e90017bb7caffa93994c05897e4cb1bbcc278de1 /arch/sh/boards/renesas/hs7751rvoip/Makefile | |
parent | e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0 (diff) | |
download | kernel_goldelico_gta04-36efc35447154317f9ffc5163a1793b5f7ff3de1.zip kernel_goldelico_gta04-36efc35447154317f9ffc5163a1793b5f7ff3de1.tar.gz kernel_goldelico_gta04-36efc35447154317f9ffc5163a1793b5f7ff3de1.tar.bz2 |
sh: RTS7751R2D board updates.
More of the same, trivial cleanups, and moving options to their
own board-specific Kconfig.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/renesas/hs7751rvoip/Makefile')
-rw-r--r-- | arch/sh/boards/renesas/hs7751rvoip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/hs7751rvoip/Makefile b/arch/sh/boards/renesas/hs7751rvoip/Makefile index bede2d5..e626377 100644 --- a/arch/sh/boards/renesas/hs7751rvoip/Makefile +++ b/arch/sh/boards/renesas/hs7751rvoip/Makefile @@ -2,7 +2,7 @@ # Makefile for the HS7751RVoIP specific parts of the kernel # -obj-y := setup.o io.o irq.o led.o +obj-y := setup.o io.o irq.o obj-$(CONFIG_PCI) += pci.o |