diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:56:28 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:56:28 +0900 |
commit | e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0 (patch) | |
tree | 9665b58f9ca86cf577b308a29b9beb4d544fb200 /arch/sh/boards/renesas/hs7751rvoip/Makefile | |
parent | 7e27b9b720e74f471f0f0880c56578d07206c0af (diff) |
sh: HS7751RVoIP board updates.
Various cleanups for HS7751RVoIP. Mostly just getting
rid of the old mach.c and splitting codec configuration
in to its own 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 3ef8cbaa0b3..bede2d54fd6 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 := mach.o setup.o io.o irq.o led.o +obj-y := setup.o io.o irq.o led.o obj-$(CONFIG_PCI) += pci.o |