Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 # Prevent the noinstr section from being pestered by sanitizer and other goodies
0004 # as long as these things cannot be disabled per function.
0005 KASAN_SANITIZE := n
0006 UBSAN_SANITIZE := n
0007 KCOV_INSTRUMENT := n
0008 
0009 CFLAGS_REMOVE_common.o   = -fstack-protector -fstack-protector-strong
0010 CFLAGS_common.o         += -fno-stack-protector
0011 
0012 obj-$(CONFIG_GENERIC_ENTRY)             += common.o syscall_user_dispatch.o
0013 obj-$(CONFIG_KVM_XFER_TO_GUEST_WORK)    += kvm.o