diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-20 07:06:44 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-20 07:06:44 -0400 |
commit | d85b525e6e1d0886eebd1d4c4f954d9d2f226a63 (patch) | |
tree | dd36c3369323d53aaa026530fe038d90b5626e16 /arch/ppc64/Makefile | |
parent | 374e99d450a0c44dc30041fa83eccfd0890330c7 (diff) |
ppc64: Use the merged mpic.c
This means we now compile in arch/powerpc/sysdev for ARCH=ppc64.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/Makefile')
-rw-r--r-- | arch/ppc64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile index 4a9928ef3032..4d18bdb680f0 100644 --- a/arch/ppc64/Makefile +++ b/arch/ppc64/Makefile | |||
@@ -84,6 +84,7 @@ head-y := arch/ppc64/kernel/head.o | |||
84 | libs-y += arch/ppc64/lib/ | 84 | libs-y += arch/ppc64/lib/ |
85 | core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ | 85 | core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ |
86 | core-y += arch/powerpc/mm/ | 86 | core-y += arch/powerpc/mm/ |
87 | core-y += arch/powerpc/sysdev/ | ||
87 | core-y += arch/powerpc/platforms/ | 88 | core-y += arch/powerpc/platforms/ |
88 | core-$(CONFIG_XMON) += arch/ppc64/xmon/ | 89 | core-$(CONFIG_XMON) += arch/ppc64/xmon/ |
89 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ | 90 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ |