diff options
Diffstat (limited to 'arch/ppc64/Makefile')
-rw-r--r-- | arch/ppc64/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile index 521c2a5a2862..4a9928ef3032 100644 --- a/arch/ppc64/Makefile +++ b/arch/ppc64/Makefile | |||
@@ -82,10 +82,11 @@ CFLAGS += $(call cc-option,-funit-at-a-time) | |||
82 | head-y := arch/ppc64/kernel/head.o | 82 | head-y := arch/ppc64/kernel/head.o |
83 | 83 | ||
84 | libs-y += arch/ppc64/lib/ | 84 | libs-y += arch/ppc64/lib/ |
85 | core-y += arch/ppc64/kernel/ | 85 | core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ |
86 | core-y += arch/ppc64/mm/ | 86 | core-y += arch/powerpc/mm/ |
87 | core-y += arch/powerpc/platforms/ | ||
87 | core-$(CONFIG_XMON) += arch/ppc64/xmon/ | 88 | core-$(CONFIG_XMON) += arch/ppc64/xmon/ |
88 | drivers-$(CONFIG_OPROFILE) += arch/ppc64/oprofile/ | 89 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ |
89 | 90 | ||
90 | boot := arch/ppc64/boot | 91 | boot := arch/ppc64/boot |
91 | 92 | ||