Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 1 | # |
| 2 | # Makefile for ppc-specific library files.. |
| 3 | # |
| 4 | |
Stephen Rothwell | 1a3c061 | 2005-10-27 16:25:05 +1000 | [diff] [blame] | 5 | ifeq ($(CONFIG_PPC_MERGE),y) |
David Gibson | a0e60b2 | 2005-11-01 17:28:10 +1100 | [diff] [blame] | 6 | obj-y := string.o strcase.o |
| 7 | obj-$(CONFIG_PPC32) += div64.o copy_32.o checksum_32.o |
Stephen Rothwell | 1a3c061 | 2005-10-27 16:25:05 +1000 | [diff] [blame] | 8 | endif |
Paul Mackerras | 40ef8cb | 2005-10-10 22:50:37 +1000 | [diff] [blame] | 9 | |
David Gibson | a0e60b2 | 2005-11-01 17:28:10 +1100 | [diff] [blame] | 10 | obj-y += bitops.o |
Stephen Rothwell | 12a3940 | 2005-10-27 16:49:44 +1000 | [diff] [blame] | 11 | obj-$(CONFIG_PPC64) += checksum_64.o copypage_64.o copyuser_64.o \ |
David Gibson | a0e60b2 | 2005-11-01 17:28:10 +1100 | [diff] [blame] | 12 | memcpy_64.o usercopy_64.o mem_64.o string.o \ |
| 13 | strcase.o |
Stephen Rothwell | 454fb01 | 2005-10-27 16:28:43 +1000 | [diff] [blame] | 14 | obj-$(CONFIG_PPC_ISERIES) += e2a.o |
Paul Mackerras | f78541d | 2005-10-28 22:53:37 +1000 | [diff] [blame] | 15 | obj-$(CONFIG_XMON) += sstep.o |
| 16 | |
Stephen Rothwell | ecc81e0 | 2005-10-27 16:45:38 +1000 | [diff] [blame] | 17 | ifeq ($(CONFIG_PPC64),y) |
| 18 | obj-$(CONFIG_SMP) += locks.o |
Stephen Rothwell | a0d8bf9 | 2005-10-27 17:05:27 +1000 | [diff] [blame] | 19 | obj-$(CONFIG_DEBUG_KERNEL) += sstep.o |
Stephen Rothwell | ecc81e0 | 2005-10-27 16:45:38 +1000 | [diff] [blame] | 20 | endif |