xref: /openbmc/linux/arch/powerpc/lib/Makefile (revision 7a332b0c)
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 \
18fdd374b6SAnton Blanchard			   memcpy_64.o usercopy_64.o mem_64.o string.o \
197a332b0cSAnton Blanchard			   hweight_64.o \
20b3f271e8SAnton Blanchard			   copyuser_power7.o string_64.o copypage_power7.o \
21b3f271e8SAnton Blanchard			   memcpy_power7.o
227a332b0cSAnton Blanchardifeq ($(CONFIG_GENERIC_CSUM),)
237a332b0cSAnton Blanchardobj-y			+= checksum_$(CONFIG_WORD_SIZE).o
247a332b0cSAnton Blanchardobj-$(CONFIG_PPC64)	+= checksum_wrappers_64.o
257a332b0cSAnton Blanchardendif
267a332b0cSAnton Blanchard
275e249d45SSuzuki K. Pouloseobj-$(CONFIG_PPC_EMULATE_SSTEP)	+= sstep.o ldstfp.o
28f78541dcSPaul Mackerras
29ecc81e0fSStephen Rothwellifeq ($(CONFIG_PPC64),y)
30ecc81e0fSStephen Rothwellobj-$(CONFIG_SMP)	+= locks.o
316f7839e5SAnton Blanchardobj-$(CONFIG_ALTIVEC)	+= vmx-helper.o
32ecc81e0fSStephen Rothwellendif
33b0c110b4SVitaly Bordug
341088a209SSylvain Munautobj-$(CONFIG_PPC_LIB_RHEAP) += rheap.o
35aaddd3eaSMichael Ellerman
36aaddd3eaSMichael Ellermanobj-y			+= code-patching.o
3751c52e86SMichael Ellermanobj-y			+= feature-fixups.o
38362e7701SMichael Ellermanobj-$(CONFIG_FTR_FIXUP_SELFTEST) += feature-fixups-test.o
39