.. | .. |
---|
3 | 3 | # Makefile for s390-specific library files.. |
---|
4 | 4 | # |
---|
5 | 5 | |
---|
6 | | -lib-y += delay.o string.o uaccess.o find.o |
---|
| 6 | +lib-y += delay.o string.o uaccess.o find.o spinlock.o |
---|
7 | 7 | obj-y += mem.o xor.o |
---|
8 | | -lib-$(CONFIG_SMP) += spinlock.o |
---|
9 | 8 | lib-$(CONFIG_KPROBES) += probes.o |
---|
10 | 9 | lib-$(CONFIG_UPROBES) += probes.o |
---|
11 | 10 | |
---|
.. | .. |
---|
13 | 12 | # produce false positives |
---|
14 | 13 | KASAN_SANITIZE_uaccess.o := n |
---|
15 | 14 | |
---|
16 | | -chkbss := mem.o |
---|
17 | | -include $(srctree)/arch/s390/scripts/Makefile.chkbss |
---|
| 15 | +obj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unwind.o |
---|
| 16 | +CFLAGS_test_unwind.o += -fno-optimize-sibling-calls |
---|
| 17 | + |
---|
| 18 | +lib-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o |
---|