Makefile 461 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0
  2. # Prevent the noinstr section from being pestered by sanitizer and other goodies
  3. # as long as these things cannot be disabled per function.
  4. KASAN_SANITIZE := n
  5. UBSAN_SANITIZE := n
  6. KCOV_INSTRUMENT := n
  7. CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
  8. CFLAGS_common.o += -fno-stack-protector
  9. obj-$(CONFIG_GENERIC_ENTRY) += common.o syscall_user_dispatch.o
  10. obj-$(CONFIG_KVM_XFER_TO_GUEST_WORK) += kvm.o