Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for s390-specific library files.. |
| 3 | # |
| 4 | |
Heiko Carstens | 457f218 | 2014-03-21 10:42:25 +0100 | [diff] [blame] | 5 | lib-y += delay.o string.o uaccess.o find.o |
Martin Schwidefsky | 2cfc5f9 | 2016-02-02 14:40:40 +0100 | [diff] [blame] | 6 | obj-y += mem.o xor.o |
Heiko Carstens | e018ba1 | 2006-02-01 03:06:31 -0800 | [diff] [blame] | 7 | lib-$(CONFIG_SMP) += spinlock.o |
Jan Willeke | 975fab1 | 2014-09-22 16:37:27 +0200 | [diff] [blame] | 8 | lib-$(CONFIG_KPROBES) += probes.o |
| 9 | lib-$(CONFIG_UPROBES) += probes.o |