diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 08:51:19 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 08:51:19 -0400 |
commit | 35bcfffd86aac933205fbf8401e3e7e4dde68264 (patch) | |
tree | cddaf74aa074c3587235ee7bdacca58fe143cfcd /arch/sh/drivers/pci/Makefile | |
parent | 805fcc88999162b361ef0b0ce25782ef65f147d7 (diff) |
sh: pci: Roll pci-lib in to pci-new.
Now that the pci-auto cruft is gone, pci-lib can go away.
Roll it back in to pci-new.c where it originally split off from.
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, 0 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/Makefile b/arch/sh/drivers/pci/Makefile index a8350ccfa9d3..eacac7f475d9 100644 --- a/arch/sh/drivers/pci/Makefile +++ b/arch/sh/drivers/pci/Makefile | |||
@@ -1,7 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Makefile for the PCI specific kernel interface routines under Linux. | 2 | # Makefile for the PCI specific kernel interface routines under Linux. |
3 | # | 3 | # |
4 | obj-y += pci-lib.o | ||
5 | obj-$(CONFIG_PCI_NEW) += pci-new.o | 4 | obj-$(CONFIG_PCI_NEW) += pci-new.o |
6 | 5 | ||
7 | obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o | 6 | obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o |