staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / arch / s390 / lib / Makefile
bloba1ec63abfb956d7ab4590c435221fe3b1d674e06
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for s390-specific library files..
6 lib-y += delay.o string.o uaccess.o find.o spinlock.o
7 obj-y += mem.o xor.o
8 lib-$(CONFIG_KPROBES) += probes.o
9 lib-$(CONFIG_UPROBES) += probes.o
11 # Instrumenting memory accesses to __user data (in different address space)
12 # produce false positives
13 KASAN_SANITIZE_uaccess.o := n
15 chkbss := mem.o
16 include $(srctree)/arch/s390/scripts/Makefile.chkbss