kernel/arch/x86/coco/Makefile
orangepi-xunlong e91aa6bfb2 Linux 6.1.31
2023-06-05 11:19:37 +08:00

9 lines
184 B
Makefile

# SPDX-License-Identifier: GPL-2.0
CFLAGS_REMOVE_core.o = -pg
KASAN_SANITIZE_core.o := n
CFLAGS_core.o += -fno-stack-protector
obj-y += core.o
obj-$(CONFIG_INTEL_TDX_GUEST) += tdx/