aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-10-27 02:25:05 -0400
committerStephen Rothwell <sfr@canb.auug.org.au>2005-10-27 22:52:58 -0400
commit1a3c061efd32b620cf6498b71687ff0768cfe2d8 (patch)
tree7b6c7321dfd18aef1fc5824114587418eabc5aca /arch/ppc64/Makefile
parent640768eef245f1578e75e02c17d277a1496a535b (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/Makefile1
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/
88core-y += arch/powerpc/mm/ 88core-y += arch/powerpc/mm/
89core-y += arch/powerpc/sysdev/ 89core-y += arch/powerpc/sysdev/
90core-y += arch/powerpc/platforms/ 90core-y += arch/powerpc/platforms/
91core-y += arch/powerpc/lib/
91core-$(CONFIG_XMON) += arch/ppc64/xmon/ 92core-$(CONFIG_XMON) += arch/ppc64/xmon/
92drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ 93drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/
93 94