diff options
Diffstat (limited to 'arch/ppc64/Makefile')
-rw-r--r-- | arch/ppc64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile index 2a7af765bfb6..743f0dbdebf3 100644 --- a/arch/ppc64/Makefile +++ b/arch/ppc64/Makefile | |||
@@ -89,7 +89,7 @@ core-y += arch/powerpc/mm/ | |||
89 | core-y += arch/powerpc/sysdev/ | 89 | core-y += arch/powerpc/sysdev/ |
90 | core-y += arch/powerpc/platforms/ | 90 | core-y += arch/powerpc/platforms/ |
91 | core-y += arch/powerpc/lib/ | 91 | core-y += arch/powerpc/lib/ |
92 | core-$(CONFIG_XMON) += arch/ppc64/xmon/ | 92 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ |
93 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ | 93 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ |
94 | 94 | ||
95 | boot := arch/ppc64/boot | 95 | boot := arch/ppc64/boot |