diff options
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 72d17f50e54f..551fc58c05cf 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -147,8 +147,8 @@ core-y += arch/powerpc/kernel/ \ | |||
147 | arch/powerpc/mm/ \ | 147 | arch/powerpc/mm/ \ |
148 | arch/powerpc/lib/ \ | 148 | arch/powerpc/lib/ \ |
149 | arch/powerpc/sysdev/ \ | 149 | arch/powerpc/sysdev/ \ |
150 | arch/powerpc/platforms/ | 150 | arch/powerpc/platforms/ \ |
151 | core-$(CONFIG_MATH_EMULATION) += arch/powerpc/math-emu/ | 151 | arch/powerpc/math-emu/ |
152 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ | 152 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ |
153 | core-$(CONFIG_KVM) += arch/powerpc/kvm/ | 153 | core-$(CONFIG_KVM) += arch/powerpc/kvm/ |
154 | 154 | ||