diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 08:42:59 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 08:42:59 -0400 |
commit | 2d5efc190eb415dbff79ffab4f8ea731ab0288a9 (patch) | |
tree | 3c086544eece0de283755ee14181bbcaa3a4eb1c /arch/sh/drivers/pci/Makefile | |
parent | 951a681bda844491de8699b3bdc6c3899cbd4c9f (diff) |
sh: pci: Move the se7751 fixups in to arch/sh/drivers/pci/.
The se7751 was still doing the PCI fixups in its own board directory,
so we move it over to arch/sh/drivers/pci/ with the rest of the board
fixups. It has bitrotted significantly over the years, so will still
likely need a bit of work to bring back up to date.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/pci/Makefile')
-rw-r--r-- | arch/sh/drivers/pci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/drivers/pci/Makefile b/arch/sh/drivers/pci/Makefile index fbebd73b22f6..e388a70d1463 100644 --- a/arch/sh/drivers/pci/Makefile +++ b/arch/sh/drivers/pci/Makefile | |||
@@ -15,6 +15,7 @@ obj-$(CONFIG_CPU_SH5) += pci-sh5.o ops-sh5.o | |||
15 | obj-$(CONFIG_SH_DREAMCAST) += ops-dreamcast.o fixups-dreamcast.o \ | 15 | obj-$(CONFIG_SH_DREAMCAST) += ops-dreamcast.o fixups-dreamcast.o \ |
16 | pci-dreamcast.o | 16 | pci-dreamcast.o |
17 | obj-$(CONFIG_SH_SECUREEDGE5410) += fixups-snapgear.o | 17 | obj-$(CONFIG_SH_SECUREEDGE5410) += fixups-snapgear.o |
18 | obj-$(CONFIG_SH_7751_SOLUTION_ENGINE) += fixups-se7751.o | ||
18 | obj-$(CONFIG_SH_RTS7751R2D) += fixups-rts7751r2d.o | 19 | obj-$(CONFIG_SH_RTS7751R2D) += fixups-rts7751r2d.o |
19 | obj-$(CONFIG_SH_SH03) += fixups-sh03.o | 20 | obj-$(CONFIG_SH_SH03) += fixups-sh03.o |
20 | obj-$(CONFIG_SH_HIGHLANDER) += fixups-r7780rp.o | 21 | obj-$(CONFIG_SH_HIGHLANDER) += fixups-r7780rp.o |