diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2006-02-10 15:47:36 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-02-10 16:52:03 +1100 |
commit | 1965746bce49ddf001af52c7985e16343c768021 (patch) | |
tree | d311fce31613545f3430582322d66411566f1863 /arch/powerpc/platforms/pseries/Makefile | |
parent | 0941d57aa7034ef7010bd523752c2e3bee569ef1 (diff) | |
download | kernel-crypto-1965746bce49ddf001af52c7985e16343c768021.tar.gz kernel-crypto-1965746bce49ddf001af52c7985e16343c768021.tar.xz kernel-crypto-1965746bce49ddf001af52c7985e16343c768021.zip |
[PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
Currently we have some stuff in firmware.h and kernel/firmware.c that is
#ifdef CONFIG_PPC_PSERIES. Move it all into platforms/pseries.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/Makefile')
-rw-r--r-- | arch/powerpc/platforms/pseries/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/Makefile b/arch/powerpc/platforms/pseries/Makefile index 61616d14407..930898635c9 100644 --- a/arch/powerpc/platforms/pseries/Makefile +++ b/arch/powerpc/platforms/pseries/Makefile @@ -1,5 +1,6 @@ obj-y := pci.o lpar.o hvCall.o nvram.o reconfig.o \ - setup.o iommu.o ras.o rtasd.o pci_dlpar.o + setup.o iommu.o ras.o rtasd.o pci_dlpar.o \ + firmware.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_IBMVIO) += vio.o obj-$(CONFIG_XICS) += xics.o |