114cf11afSPaul Mackerras# 214cf11afSPaul Mackerras# Makefile for ppc-specific library files.. 314cf11afSPaul Mackerras# 414cf11afSPaul Mackerras 5ba55bd74SMichael Ellermansubdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror 6ba55bd74SMichael Ellerman 71fbe9cf2SAnton Blanchardccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC) 88555a002SAnton Blanchard 9f1eecf0eSSteven RostedtCFLAGS_REMOVE_code-patching.o = -pg 10f1eecf0eSSteven RostedtCFLAGS_REMOVE_feature-fixups.o = -pg 11f1eecf0eSSteven Rostedt 12564ec2f2SMichael Ellermanobj-y += string.o alloc.o crtsavres.o ppc_ksyms.o code-patching.o \ 13564ec2f2SMichael Ellerman feature-fixups.o 14564ec2f2SMichael Ellerman 157fca5dc8SStephen Rothwellobj-$(CONFIG_PPC32) += div64.o copy_32.o 1640ef8cbcSPaul Mackerras 172578bfaeSStephen Rothwellobj-$(CONFIG_PPC64) += copypage_64.o copyuser_64.o \ 18803d57deSAndreas Ruprecht usercopy_64.o mem_64.o hweight_64.o \ 1915c2d45dSAnton Blanchard copyuser_power7.o string_64.o copypage_power7.o \ 2015c2d45dSAnton Blanchard memcmp_64.o 217a332b0cSAnton Blanchardifeq ($(CONFIG_GENERIC_CSUM),) 227a332b0cSAnton Blanchardobj-y += checksum_$(CONFIG_WORD_SIZE).o 237a332b0cSAnton Blanchardobj-$(CONFIG_PPC64) += checksum_wrappers_64.o 247a332b0cSAnton Blanchardendif 257a332b0cSAnton Blanchard 26de577a35SAnton Blanchardobj-$(CONFIG_PPC64) += memcpy_power7.o memcpy_64.o 27de577a35SAnton Blanchard 285e249d45SSuzuki K. Pouloseobj-$(CONFIG_PPC_EMULATE_SSTEP) += sstep.o ldstfp.o 29f78541dcSPaul Mackerras 30ecc81e0fSStephen Rothwellifeq ($(CONFIG_PPC64),y) 31ecc81e0fSStephen Rothwellobj-$(CONFIG_SMP) += locks.o 326f7839e5SAnton Blanchardobj-$(CONFIG_ALTIVEC) += vmx-helper.o 33ecc81e0fSStephen Rothwellendif 34b0c110b4SVitaly Bordug 351088a209SSylvain Munautobj-$(CONFIG_PPC_LIB_RHEAP) += rheap.o 36aaddd3eaSMichael Ellerman 37362e7701SMichael Ellermanobj-$(CONFIG_FTR_FIXUP_SELFTEST) += feature-fixups-test.o 38ef1313deSAnton Blanchard 39ef1313deSAnton Blanchardobj-$(CONFIG_ALTIVEC) += xor_vmx.o 40ef1313deSAnton BlanchardCFLAGS_xor_vmx.o += -maltivec -mabi=altivec 41