Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for s390-specific library files.. |
| 4 | # |
| 5 | |
Heiko Carstens | 457f218 | 2014-03-21 10:42:25 +0100 | [diff] [blame] | 6 | lib-y += delay.o string.o uaccess.o find.o |
Martin Schwidefsky | 2cfc5f9 | 2016-02-02 14:40:40 +0100 | [diff] [blame] | 7 | obj-y += mem.o xor.o |
Heiko Carstens | e018ba1 | 2006-02-01 03:06:31 -0800 | [diff] [blame] | 8 | lib-$(CONFIG_SMP) += spinlock.o |
Jan Willeke | 975fab1 | 2014-09-22 16:37:27 +0200 | [diff] [blame] | 9 | lib-$(CONFIG_KPROBES) += probes.o |
| 10 | lib-$(CONFIG_UPROBES) += probes.o |
Vasily Gorbik | 0391fcb | 2018-05-03 16:40:13 +0200 | [diff] [blame] | 11 | |
| 12 | chkbss := mem.o |
| 13 | include $(srctree)/arch/s390/scripts/Makefile.chkbss |