diff options
Diffstat (limited to 'arch/ppc/Makefile')
-rw-r--r-- | arch/ppc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile index aedc9ae13b2a..121d2347b89f 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile | |||
@@ -61,7 +61,8 @@ head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o | |||
61 | 61 | ||
62 | core-y += arch/ppc/kernel/ arch/powerpc/kernel/ \ | 62 | core-y += arch/ppc/kernel/ arch/powerpc/kernel/ \ |
63 | arch/ppc/platforms/ \ | 63 | arch/ppc/platforms/ \ |
64 | arch/ppc/mm/ arch/ppc/lib/ arch/ppc/syslib/ | 64 | arch/ppc/mm/ arch/ppc/lib/ \ |
65 | arch/ppc/syslib/ arch/powerpc/sysdev/ | ||
65 | core-$(CONFIG_4xx) += arch/ppc/platforms/4xx/ | 66 | core-$(CONFIG_4xx) += arch/ppc/platforms/4xx/ |
66 | core-$(CONFIG_83xx) += arch/ppc/platforms/83xx/ | 67 | core-$(CONFIG_83xx) += arch/ppc/platforms/83xx/ |
67 | core-$(CONFIG_85xx) += arch/ppc/platforms/85xx/ | 68 | core-$(CONFIG_85xx) += arch/ppc/platforms/85xx/ |