xref: /linux/arch/s390/lib/Makefile (revision 67626fadd26977aca76d3540b80ce99233399cdf)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for s390-specific library files..
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
6*67626fadSHeiko Carstenslib-y += delay.o string.o uaccess.o find.o spinlock.o
72cfc5f9cSMartin Schwidefskyobj-y += mem.o xor.o
8975fab17SJan Willekelib-$(CONFIG_KPROBES) += probes.o
9975fab17SJan Willekelib-$(CONFIG_UPROBES) += probes.o
100391fcb5SVasily Gorbik
11b6cbe3e8SVasily Gorbik# Instrumenting memory accesses to __user data (in different address space)
12b6cbe3e8SVasily Gorbik# produce false positives
13b6cbe3e8SVasily GorbikKASAN_SANITIZE_uaccess.o := n
14b6cbe3e8SVasily Gorbik
150391fcb5SVasily Gorbikchkbss := mem.o
160391fcb5SVasily Gorbikinclude $(srctree)/arch/s390/scripts/Makefile.chkbss
17