diff options
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index ba45cad088c9..78c2b024371a 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -136,6 +136,7 @@ head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o | |||
136 | head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o | 136 | head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o |
137 | head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o | 137 | head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o |
138 | head-$(CONFIG_ALTIVEC) += arch/powerpc/kernel/vector.o | 138 | head-$(CONFIG_ALTIVEC) += arch/powerpc/kernel/vector.o |
139 | head-$(CONFIG_PPC_OF_BOOT_TRAMPOLINE) += arch/powerpc/kernel/prom_init.o | ||
139 | 140 | ||
140 | core-y += arch/powerpc/kernel/ \ | 141 | core-y += arch/powerpc/kernel/ \ |
141 | arch/powerpc/mm/ \ | 142 | arch/powerpc/mm/ \ |