Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # Makefile for Sparc library files.. |
| 2 | # |
| 3 | |
Sam Ravnborg | 18269c0 | 2008-12-03 03:07:00 -0800 | [diff] [blame^] | 4 | asflags-y := -ansi -DST_DIV0=0x02 |
| 5 | ccflags-y := -Werror |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
Sam Ravnborg | 18269c0 | 2008-12-03 03:07:00 -0800 | [diff] [blame^] | 7 | lib-$(CONFIG_SPARC32) += mul.o rem.o sdiv.o udiv.o umul.o urem.o ashrdi3.o |
| 8 | lib-$(CONFIG_SPARC32) += memcpy.o memset.o |
| 9 | lib-y += strlen_$(BITS).o |
| 10 | lib-y += checksum_$(BITS).o |
| 11 | lib-$(CONFIG_SPARC32) += blockops.o |
| 12 | lib-y += memscan_$(BITS).o memcmp_$(BITS).o strncmp_$(BITS).o |
| 13 | lib-y += strncpy_from_user_$(BITS).o strlen_user_$(BITS).o |
| 14 | lib-$(CONFIG_SPARC32) += divdi3.o udivdi3.o |
| 15 | lib-$(CONFIG_SPARC32) += copy_user.o locks.o |
| 16 | lib-y += atomic_$(BITS).o |
| 17 | lib-$(CONFIG_SPARC32) += lshrdi3.o ashldi3.o |
| 18 | lib-y += rwsem_$(BITS).o |
| 19 | lib-$(CONFIG_SPARC32) += muldi3.o bitext.o cmpdi2.o |
David S. Miller | 749805d | 2006-06-25 23:24:24 -0700 | [diff] [blame] | 20 | |
Sam Ravnborg | 18269c0 | 2008-12-03 03:07:00 -0800 | [diff] [blame^] | 21 | obj-y += iomap.o |
| 22 | obj-$(CONFIG_SPARC32) += atomic32.o |