powerpc: Get 64-bit configs to compile with ARCH=powerpc
[linux-2.6-block.git] / arch / powerpc / lib / Makefile
CommitLineData
14cf11af
PM
1#
2# Makefile for ppc-specific library files..
3#
4
5obj-y := strcase.o string.o
70d64cea
PM
6obj-$(CONFIG_PPC32) += div64.o copy_32.o checksum_32.o
7obj-$(CONFIG_PPC64) += copypage_64.o copyuser_64.o memcpy_64.o \
8 usercopy_64.o sstep.o checksum_64.o mem_64.o
14cf11af 9obj-$(CONFIG_PPC_ISERIES) += e2a.o
40ef8cbc
PM
10ifeq ($(CONFIG_PPC64),y)
11obj-$(CONFIG_SMP) += locks.o
12endif
13