Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm
[linux-2.6-block.git] / arch / s390 / lib / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for s390-specific library files..
4#
5
457f2180 6lib-y += delay.o string.o uaccess.o find.o
2cfc5f9c 7obj-y += mem.o xor.o
e018ba1f 8lib-$(CONFIG_SMP) += spinlock.o
975fab17
JW
9lib-$(CONFIG_KPROBES) += probes.o
10lib-$(CONFIG_UPROBES) += probes.o
0391fcb5 11
b6cbe3e8
VG
12# Instrumenting memory accesses to __user data (in different address space)
13# produce false positives
14KASAN_SANITIZE_uaccess.o := n
15
0391fcb5
VG
16chkbss := mem.o
17include $(srctree)/arch/s390/scripts/Makefile.chkbss