diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 02:59:19 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 02:59:19 +1000 |
commit | da3420fcd62a8967c14a586355e322253a1504a8 (patch) | |
tree | 0aab4d1578097b098f580af3b5d30b88395eddfd /arch/ppc64/kernel/Makefile | |
parent | cb4cf8056ead24ef0595859952319e2a608d5e07 (diff) | |
download | blackbird-obmc-linux-da3420fcd62a8967c14a586355e322253a1504a8.tar.gz blackbird-obmc-linux-da3420fcd62a8967c14a586355e322253a1504a8.zip |
powerpc: Move iSeries_VpdInfo.c to powerpc/platforms/iseries
And rename it to vpdinfo.c.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 2ff5d490e725..8b2743697c38 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile @@ -16,7 +16,6 @@ obj-y += vdso32/ vdso64/ obj-$(CONFIG_PPC_OF) += of_device.o -pci-obj-$(CONFIG_PPC_ISERIES) += iSeries_VpdInfo.o pci-obj-$(CONFIG_PPC_MULTIPLATFORM) += pci_dn.o pci_direct_iommu.o obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y) |