diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 03:07:14 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 03:07:14 +1000 |
commit | b6b8681843f9eaee12f8c30ffac399f7b2601ab3 (patch) | |
tree | 378e366e0d85c8d6ffc8da520efe7f96fc8b85ee /arch/powerpc/platforms/iseries/Makefile | |
parent | ed7f2c05de956da72baf066701ac642f7215dbf5 (diff) | |
download | blackbird-op-linux-b6b8681843f9eaee12f8c30ffac399f7b2601ab3.tar.gz blackbird-op-linux-b6b8681843f9eaee12f8c30ffac399f7b2601ab3.zip |
powerpc: Move iSeries_smp.c to powerpc/platforms/iseries
And rename it to smp.c.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/platforms/iseries/Makefile')
-rw-r--r-- | arch/powerpc/platforms/iseries/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/iseries/Makefile b/arch/powerpc/platforms/iseries/Makefile index 3a1ed16963a4..202f17419df5 100644 --- a/arch/powerpc/platforms/iseries/Makefile +++ b/arch/powerpc/platforms/iseries/Makefile @@ -2,3 +2,4 @@ obj-y += hvlog.o hvlpconfig.o lpardata.o setup.o mf.o lpevents.o \ hvcall.o proc.o htab.o iommu.o obj-$(CONFIG_PCI) += pci.o irq.o vpdinfo.o obj-$(CONFIG_IBMVIO) += vio.o +obj-$(CONFIG_SMP) += smp.o |