blob: 955c064215905c3d6e2d8ded0a334fdf8fa6254c [file] [log] [blame]
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001#
2# Makefile for ppc-specific library files..
3#
4
Stephen Rothwell1a3c0612005-10-27 16:25:05 +10005ifeq ($(CONFIG_PPC_MERGE),y)
Paul Mackerras14cf11a2005-09-26 16:04:21 +10006obj-y := strcase.o string.o
Paul Mackerras70d64ce2005-10-10 21:52:43 +10007obj-$(CONFIG_PPC32) += div64.o copy_32.o checksum_32.o
Stephen Rothwell43f35ec2005-10-27 16:40:05 +10008obj-$(CONFIG_PPC64) += memcpy_64.o \
Stephen Rothwell1a3c0612005-10-27 16:25:05 +10009 usercopy_64.o sstep.o mem_64.o
Stephen Rothwell1a3c0612005-10-27 16:25:05 +100010endif
Paul Mackerras40ef8cb2005-10-10 22:50:37 +100011
Stephen Rothwell43f35ec2005-10-27 16:40:05 +100012obj-$(CONFIG_PPC64) += checksum_64.o copypage_64.o copyuser_64.o
Stephen Rothwell454fb012005-10-27 16:28:43 +100013obj-$(CONFIG_PPC_ISERIES) += e2a.o
Stephen Rothwellecc81e02005-10-27 16:45:38 +100014ifeq ($(CONFIG_PPC64),y)
15obj-$(CONFIG_SMP) += locks.o
16endif