aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/drivers/pci/Makefile')
-rw-r--r--arch/sh/drivers/pci/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/drivers/pci/Makefile b/arch/sh/drivers/pci/Makefile
index 362a1eec73a4..c8eab14843e5 100644
--- a/arch/sh/drivers/pci/Makefile
+++ b/arch/sh/drivers/pci/Makefile
@@ -1,9 +1,9 @@
#
# Makefile for the PCI specific kernel interface routines under Linux.
#
-
-obj-$(CONFIG_PCI_AUTO) := pci.o pci-auto.o
-obj-$(CONFIG_PCI_NEW) := pci-new.o
+obj-y += pci-lib.o
+obj-$(CONFIG_PCI_AUTO) += pci.o pci-auto.o
+obj-$(CONFIG_PCI_NEW) += pci-new.o
obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o
obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += pci-sh7751.o ops-sh4.o