diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 16:25:05 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-28 12:52:58 +1000 |
commit | 1a3c061efd32b620cf6498b71687ff0768cfe2d8 (patch) | |
tree | 7b6c7321dfd18aef1fc5824114587418eabc5aca /arch/ppc64/Makefile | |
parent | 640768eef245f1578e75e02c17d277a1496a535b (diff) | |
download | blackbird-op-linux-1a3c061efd32b620cf6498b71687ff0768cfe2d8.tar.gz blackbird-op-linux-1a3c061efd32b620cf6498b71687ff0768cfe2d8.zip |
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/ core-y += arch/powerpc/mm/ core-y += arch/powerpc/sysdev/ core-y += arch/powerpc/platforms/ +core-y += arch/powerpc/lib/ core-$(CONFIG_XMON) += arch/ppc64/xmon/ drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ |