xref: /kernel/linux/linux-6.6/arch/s390/lib/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/s390/lib/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for s390-specific library files..
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_cilib-y += delay.o string.o uaccess.o find.o spinlock.o tishift.o
762306a36Sopenharmony_ciobj-y += mem.o xor.o
862306a36Sopenharmony_cilib-$(CONFIG_KPROBES) += probes.o
962306a36Sopenharmony_cilib-$(CONFIG_UPROBES) += probes.o
1062306a36Sopenharmony_ciobj-$(CONFIG_S390_KPROBES_SANITY_TEST) += test_kprobes_s390.o
1162306a36Sopenharmony_citest_kprobes_s390-objs += test_kprobes_asm.o test_kprobes.o
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci# Instrumenting memory accesses to __user data (in different address space)
1462306a36Sopenharmony_ci# produce false positives
1562306a36Sopenharmony_ciKASAN_SANITIZE_uaccess.o := n
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciobj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unwind.o
1862306a36Sopenharmony_ciCFLAGS_test_unwind.o += -fno-optimize-sibling-calls
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ciobj-$(CONFIG_S390_MODULES_SANITY_TEST) += test_modules.o
2162306a36Sopenharmony_ciobj-$(CONFIG_S390_MODULES_SANITY_TEST_HELPERS) += test_modules_helpers.o
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_cilib-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ciobj-$(CONFIG_EXPOLINE_EXTERN) += expoline/
26

Indexes created Thu Nov 07 10:32:03 CST 2024