114cf11afSPaul Mackerras# 214cf11afSPaul Mackerras# Makefile for ppc-specific library files.. 314cf11afSPaul Mackerras# 414cf11afSPaul Mackerras 51a3c061eSStephen Rothwellifeq ($(CONFIG_PPC_MERGE),y) 614cf11afSPaul Mackerrasobj-y := strcase.o string.o 770d64ceaSPaul Mackerrasobj-$(CONFIG_PPC32) += div64.o copy_32.o checksum_32.o 843f35ec3SStephen Rothwellobj-$(CONFIG_PPC64) += memcpy_64.o \ 91a3c061eSStephen Rothwell usercopy_64.o sstep.o mem_64.o 101a3c061eSStephen Rothwellendif 1140ef8cbcSPaul Mackerras 1243f35ec3SStephen Rothwellobj-$(CONFIG_PPC64) += checksum_64.o copypage_64.o copyuser_64.o 13454fb016SStephen Rothwellobj-$(CONFIG_PPC_ISERIES) += e2a.o 14ecc81e0fSStephen Rothwellifeq ($(CONFIG_PPC64),y) 15ecc81e0fSStephen Rothwellobj-$(CONFIG_SMP) += locks.o 16ecc81e0fSStephen Rothwellendif 17