1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for s390-specific library files.. !! 2 # Makefile for m68k-specific library files.. 4 # 3 # 5 4 6 lib-y += delay.o string.o uaccess.o find.o spi !! 5 EXTRA_AFLAGS := -traditional 7 lib-y += csum-partial.o << 8 obj-y += mem.o xor.o << 9 lib-$(CONFIG_KPROBES) += probes.o << 10 lib-$(CONFIG_UPROBES) += probes.o << 11 obj-$(CONFIG_S390_KPROBES_SANITY_TEST) += test << 12 test_kprobes_s390-objs += test_kprobes_asm.o t << 13 6 14 # Instrumenting memory accesses to __user data !! 7 lib-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \ 15 # produce false positives !! 8 checksum.o memcmp.o memcpy.o memset.o semaphore.o 16 KASAN_SANITIZE_uaccess.o := n << 17 << 18 obj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unw << 19 CFLAGS_test_unwind.o += -fno-optimize-sibling- << 20 << 21 obj-$(CONFIG_S390_MODULES_SANITY_TEST) += test << 22 obj-$(CONFIG_S390_MODULES_SANITY_TEST_HELPERS) << 23 << 24 lib-$(CONFIG_FUNCTION_ERROR_INJECTION) += erro << 25 << 26 obj-$(CONFIG_EXPOLINE_EXTERN) += expoline.o <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.