diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 02:25:05 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 22:52:58 -0400 |
commit | 1a3c061efd32b620cf6498b71687ff0768cfe2d8 (patch) | |
tree | 7b6c7321dfd18aef1fc5824114587418eabc5aca /arch/ppc64/Makefile | |
parent | 640768eef245f1578e75e02c17d277a1496a535b (diff) |
ppc64: use checksum_64.S from powerpc
as it is identical to checksum.S from ppc64.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
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 66ee04f13b26..2a7af765bfb6 100644 --- a/arch/ppc64/Makefile +++ b/arch/ppc64/Makefile | |||
@@ -88,6 +88,7 @@ core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ | |||
88 | core-y += arch/powerpc/mm/ | 88 | 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-$(CONFIG_XMON) += arch/ppc64/xmon/ | 92 | core-$(CONFIG_XMON) += arch/ppc64/xmon/ |
92 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ | 93 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ |
93 | 94 | ||