diff options
Diffstat (limited to 'arch/ppc64/Makefile')
-rw-r--r-- | arch/ppc64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile index ba59225fd373..2a7af765bfb6 100644 --- a/arch/ppc64/Makefile +++ b/arch/ppc64/Makefile | |||
@@ -81,12 +81,14 @@ 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 | head-y += arch/powerpc/kernel/fpu.o |
84 | head-y += arch/powerpc/kernel/entry_64.o | ||
84 | 85 | ||
85 | libs-y += arch/ppc64/lib/ | 86 | libs-y += arch/ppc64/lib/ |
86 | core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ | 87 | core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ |
87 | core-y += arch/powerpc/mm/ | 88 | core-y += arch/powerpc/mm/ |
88 | core-y += arch/powerpc/sysdev/ | 89 | core-y += arch/powerpc/sysdev/ |
89 | core-y += arch/powerpc/platforms/ | 90 | core-y += arch/powerpc/platforms/ |
91 | core-y += arch/powerpc/lib/ | ||
90 | core-$(CONFIG_XMON) += arch/ppc64/xmon/ | 92 | core-$(CONFIG_XMON) += arch/ppc64/xmon/ |
91 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ | 93 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ |
92 | 94 | ||