xref: /openbmc/linux/arch/powerpc/lib/Makefile (revision de577a35)
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
122578bfaeSStephen Rothwellobj-y			:= string.o alloc.o \
137a332b0cSAnton Blanchard			   crtsavres.o
147fca5dc8SStephen Rothwellobj-$(CONFIG_PPC32)	+= div64.o copy_32.o
150d4b6b90SPaul Mackerrasobj-$(CONFIG_HAS_IOMEM)	+= devres.o
1640ef8cbcSPaul Mackerras
172578bfaeSStephen Rothwellobj-$(CONFIG_PPC64)	+= copypage_64.o copyuser_64.o \
18de577a35SAnton Blanchard			   usercopy_64.o mem_64.o string.o \
197a332b0cSAnton Blanchard			   hweight_64.o \
20de577a35SAnton Blanchard			   copyuser_power7.o string_64.o copypage_power7.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 Blanchardifeq ($(CONFIG_CPU_LITTLE_ENDIAN),)
27de577a35SAnton Blanchardobj-$(CONFIG_PPC64)		+= memcpy_power7.o memcpy_64.o
28de577a35SAnton Blanchardendif
29de577a35SAnton Blanchard
305e249d45SSuzuki K. Pouloseobj-$(CONFIG_PPC_EMULATE_SSTEP)	+= sstep.o ldstfp.o
31f78541dcSPaul Mackerras
32ecc81e0fSStephen Rothwellifeq ($(CONFIG_PPC64),y)
33ecc81e0fSStephen Rothwellobj-$(CONFIG_SMP)	+= locks.o
346f7839e5SAnton Blanchardobj-$(CONFIG_ALTIVEC)	+= vmx-helper.o
35ecc81e0fSStephen Rothwellendif
36b0c110b4SVitaly Bordug
371088a209SSylvain Munautobj-$(CONFIG_PPC_LIB_RHEAP) += rheap.o
38aaddd3eaSMichael Ellerman
39aaddd3eaSMichael Ellermanobj-y			+= code-patching.o
4051c52e86SMichael Ellermanobj-y			+= feature-fixups.o
41362e7701SMichael Ellermanobj-$(CONFIG_FTR_FIXUP_SELFTEST) += feature-fixups-test.o
42