blob: d7c218e8b559b1ce4af8bd3ed6ccd21a328babad [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for s390-specific library files..
4#
5
David Brazdil0f672f62019-12-10 10:32:29 +00006lib-y += delay.o string.o uaccess.o find.o spinlock.o
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007obj-y += mem.o xor.o
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00008lib-$(CONFIG_KPROBES) += probes.o
9lib-$(CONFIG_UPROBES) += probes.o
10
David Brazdil0f672f62019-12-10 10:32:29 +000011# Instrumenting memory accesses to __user data (in different address space)
12# produce false positives
13KASAN_SANITIZE_uaccess.o := n