aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
-rw-r--r--arch/powerpc/kernel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
index 9ed551b6c172..e7776a438a84 100644
--- a/arch/powerpc/kernel/Makefile
+++ b/arch/powerpc/kernel/Makefile
@@ -65,8 +65,9 @@ pci64-$(CONFIG_PPC64) += pci_64.o pci_dn.o pci_iommu.o \
65 pci_direct_iommu.o iomap.o 65 pci_direct_iommu.o iomap.o
66obj-$(CONFIG_PCI) += $(pci64-y) 66obj-$(CONFIG_PCI) += $(pci64-y)
67 67
68kexec64-$(CONFIG_PPC64) += machine_kexec_64.o 68kexec-$(CONFIG_PPC64) := machine_kexec_64.o
69obj-$(CONFIG_KEXEC) += $(kexec64-y) 69kexec-$(CONFIG_PPC32) := machine_kexec_32.o
70obj-$(CONFIG_KEXEC) += machine_kexec.o $(kexec-y)
70 71
71ifeq ($(CONFIG_PPC_ISERIES),y) 72ifeq ($(CONFIG_PPC_ISERIES),y)
72$(obj)/head_64.o: $(obj)/lparmap.s 73$(obj)/head_64.o: $(obj)/lparmap.s