xref: /openbmc/linux/arch/powerpc/lib/Makefile (revision 1a3c061e)
114cf11afSPaul Mackerras#
214cf11afSPaul Mackerras# Makefile for ppc-specific library files..
314cf11afSPaul Mackerras#
414cf11afSPaul Mackerras
5*1a3c061eSStephen Rothwellifeq ($(CONFIG_PPC_MERGE),y)
614cf11afSPaul Mackerrasobj-y			:= strcase.o string.o
770d64ceaSPaul Mackerrasobj-$(CONFIG_PPC32)	+= div64.o copy_32.o checksum_32.o
870d64ceaSPaul Mackerrasobj-$(CONFIG_PPC64)	+= copypage_64.o copyuser_64.o memcpy_64.o \
9*1a3c061eSStephen Rothwell			   usercopy_64.o sstep.o mem_64.o
1014cf11afSPaul Mackerrasobj-$(CONFIG_PPC_ISERIES) += e2a.o
1140ef8cbcSPaul Mackerrasifeq ($(CONFIG_PPC64),y)
1240ef8cbcSPaul Mackerrasobj-$(CONFIG_SMP)	+= locks.o
1340ef8cbcSPaul Mackerrasendif
14*1a3c061eSStephen Rothwellendif
1540ef8cbcSPaul Mackerras
16*1a3c061eSStephen Rothwellobj-$(CONFIG_PPC64)	+= checksum_64.o
17