diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-10-24 15:07:30 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-26 16:00:29 +1000 |
commit | d9953105ce000abcfa988d0c160b2662186f5879 (patch) | |
tree | 949e76f9bc3cd8307d2146e7eff2877ebc332628 /arch/ppc64/kernel/Makefile | |
parent | 21f35f28229ad1b017a0ea6cd17c10d6b9ec255f (diff) |
[PATCH] powerpc: Move ras.c into arch/powerpc/platforms/pseries
ras.o is only built for CONFIG_PPC_PSERIES, so move it into
arch/powerpc/platforms/pseries. Update Makefiles to suit.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index ce5c99db431..cb6ac3d1a06 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile @@ -29,7 +29,7 @@ ifneq ($(CONFIG_PPC_MERGE),y) obj-$(CONFIG_PPC_MULTIPLATFORM) += prom_init.o endif -obj-$(CONFIG_PPC_PSERIES) += rtasd.o ras.o udbg_16550.o +obj-$(CONFIG_PPC_PSERIES) += rtasd.o udbg_16550.o obj-$(CONFIG_PPC_BPA) += bpa_setup.o bpa_iommu.o bpa_nvram.o \ bpa_iic.o spider-pic.o |