1 # SPDX-License-Identifier: GPL-2.0 2 3 # Prevent the noinstr section from being peste 4 # as long as these things cannot be disabled p 5 KASAN_SANITIZE := n 6 UBSAN_SANITIZE := n 7 KCOV_INSTRUMENT := n 8 9 CFLAGS_REMOVE_common.o = -fstack-protector - 10 CFLAGS_common.o += -fno-stack-protecto 11 12 obj-$(CONFIG_GENERIC_ENTRY) += com 13 obj-$(CONFIG_KVM_XFER_TO_GUEST_WORK) += kvm
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.