114cf11afSPaul Mackerras# 214cf11afSPaul Mackerras# Makefile for ppc-specific library files.. 314cf11afSPaul Mackerras# 414cf11afSPaul Mackerras 5ba55bd74SMichael Ellermansubdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror 6ba55bd74SMichael Ellerman 78555a002SAnton Blanchardifeq ($(CONFIG_PPC64),y) 88555a002SAnton BlanchardEXTRA_CFLAGS += -mno-minimal-toc 98555a002SAnton Blanchardendif 108555a002SAnton Blanchard 11f1eecf0eSSteven RostedtCFLAGS_REMOVE_code-patching.o = -pg 12f1eecf0eSSteven RostedtCFLAGS_REMOVE_feature-fixups.o = -pg 13f1eecf0eSSteven Rostedt 142578bfaeSStephen Rothwellobj-y := string.o alloc.o \ 157fca5dc8SStephen Rothwell checksum_$(CONFIG_WORD_SIZE).o crtsavres.o 167fca5dc8SStephen Rothwellobj-$(CONFIG_PPC32) += div64.o copy_32.o 170d4b6b90SPaul Mackerrasobj-$(CONFIG_HAS_IOMEM) += devres.o 1840ef8cbcSPaul Mackerras 192578bfaeSStephen Rothwellobj-$(CONFIG_PPC64) += copypage_64.o copyuser_64.o \ 20ded220bdSDavid S. Miller memcpy_64.o usercopy_64.o mem_64.o string.o 21f78541dcSPaul Mackerrasobj-$(CONFIG_XMON) += sstep.o 2282090035SKumar Galaobj-$(CONFIG_KPROBES) += sstep.o 23f78541dcSPaul Mackerras 24ecc81e0fSStephen Rothwellifeq ($(CONFIG_PPC64),y) 25ecc81e0fSStephen Rothwellobj-$(CONFIG_SMP) += locks.o 26ecc81e0fSStephen Rothwellendif 27b0c110b4SVitaly Bordug 281088a209SSylvain Munautobj-$(CONFIG_PPC_LIB_RHEAP) += rheap.o 29aaddd3eaSMichael Ellerman 30aaddd3eaSMichael Ellermanobj-y += code-patching.o 3151c52e86SMichael Ellermanobj-y += feature-fixups.o 32362e7701SMichael Ellermanobj-$(CONFIG_FTR_FIXUP_SELFTEST) += feature-fixups-test.o 33