diff options
Diffstat (limited to 'arch/s390/lib/Makefile')
-rw-r--r-- | arch/s390/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/lib/Makefile b/arch/s390/lib/Makefile index a1ec63abfb95..28fd66d558ff 100644 --- a/arch/s390/lib/Makefile +++ b/arch/s390/lib/Makefile @@ -12,5 +12,5 @@ lib-$(CONFIG_UPROBES) += probes.o # produce false positives KASAN_SANITIZE_uaccess.o := n -chkbss := mem.o -include $(srctree)/arch/s390/scripts/Makefile.chkbss +obj-$(CONFIG_S390_UNWIND_SELFTEST) += test_unwind.o +CFLAGS_test_unwind.o += -fno-optimize-sibling-calls |