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 812a39407SStephen Rothwellobj-$(CONFIG_PPC64) += usercopy_64.o sstep.o mem_64.o 91a3c061eSStephen Rothwellendif 1040ef8cbcSPaul Mackerras 1112a39407SStephen Rothwellobj-$(CONFIG_PPC64) += checksum_64.o copypage_64.o copyuser_64.o \ 1212a39407SStephen Rothwell memcpy_64.o 13454fb016SStephen Rothwellobj-$(CONFIG_PPC_ISERIES) += e2a.o 14ecc81e0fSStephen Rothwellifeq ($(CONFIG_PPC64),y) 15ecc81e0fSStephen Rothwellobj-$(CONFIG_SMP) += locks.o 16ecc81e0fSStephen Rothwellendif 17