1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# Makefile for s390-specific library files.. 41da177e4SLinus Torvalds# 51da177e4SLinus Torvalds 63ea91323SEric Biggersobj-y += crypto/ 7fbac266fSHeiko Carstenslib-y += delay.o string.o uaccess.o find.o spinlock.o tishift.o 8cb2a1dd5SHeiko Carstenslib-y += csum-partial.o 92cfc5f9cSMartin Schwidefskyobj-y += mem.o xor.o 10975fab17SJan Willekelib-$(CONFIG_KPROBES) += probes.o 11975fab17SJan Willekelib-$(CONFIG_UPROBES) += probes.o 12d340d28aSSven Schnelleobj-$(CONFIG_S390_KPROBES_SANITY_TEST) += test_kprobes_s390.o 13d340d28aSSven Schnelletest_kprobes_s390-objs += test_kprobes_asm.o test_kprobes.o 140391fcb5SVasily Gorbik 15b6cbe3e8SVasily Gorbik# Instrumenting memory accesses to __user data (in different address space) 16b6cbe3e8SVasily Gorbik# produce false positives 17b6cbe3e8SVasily GorbikKASAN_SANITIZE_uaccess.o := n 18badbf397SIlya Leoshkevich 19badbf397SIlya Leoshkevichobj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unwind.o 20badbf397SIlya LeoshkevichCFLAGS_test_unwind.o += -fno-optimize-sibling-calls 2173d6eb48SIlya Leoshkevich 2290c53187SIlya Leoshkevichobj-$(CONFIG_S390_MODULES_SANITY_TEST) += test_modules.o 2390c53187SIlya Leoshkevichobj-$(CONFIG_S390_MODULES_SANITY_TEST_HELPERS) += test_modules_helpers.o 2490c53187SIlya Leoshkevich 2573d6eb48SIlya Leoshkevichlib-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o 26c4e78957SVasily Gorbik 27ba05b39dSVasily Gorbikobj-$(CONFIG_EXPOLINE_EXTERN) += expoline.o 2800807191SEric Biggers 2900807191SEric Biggersobj-$(CONFIG_CRC32_ARCH) += crc32-s390.o 30*fa7ed85cSEric Biggerscrc32-s390-y := crc32.o crc32le-vx.o crc32be-vx.o 31