diff options
Diffstat (limited to 'arch/ppc64/Makefile')
-rw-r--r-- | arch/ppc64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile index 4d18bdb680f0..ba59225fd373 100644 --- a/arch/ppc64/Makefile +++ b/arch/ppc64/Makefile | |||
@@ -80,6 +80,7 @@ endif | |||
80 | CFLAGS += $(call cc-option,-funit-at-a-time) | 80 | CFLAGS += $(call cc-option,-funit-at-a-time) |
81 | 81 | ||
82 | head-y := arch/ppc64/kernel/head.o | 82 | head-y := arch/ppc64/kernel/head.o |
83 | head-y += arch/powerpc/kernel/fpu.o | ||
83 | 84 | ||
84 | libs-y += arch/ppc64/lib/ | 85 | libs-y += arch/ppc64/lib/ |
85 | core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ | 86 | core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ |