summaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-04-20 15:51:45 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-04-20 15:51:45 +0900
commit9833385131fc4e8c52f95320ab899051d1c06831 (patch)
treeb293094ef57c340e196bae1a79ab061b2f93df46 /arch/sh/drivers/pci/Makefile
parent4c5107e44514a9bde74d0af77982705d602d9e39 (diff)
downloadop-kernel-dev-9833385131fc4e8c52f95320ab899051d1c06831.zip
op-kernel-dev-9833385131fc4e8c52f95320ab899051d1c06831.tar.gz
sh: pci: HAVE_PCI_MMAP support.
Derived from the MIPS version, now uses pgprot_noncached(). Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 362a1ee..c8eab14 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
OpenPOWER on IntegriCloud