mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 00:17:44 +00:00
6198311093
Move cc_platform.c to arch/x86/coco/. The directory is going to be the home space for code related to confidential computing. Intel TDX code will land here. AMD SEV code will also eventually be moved there. No functional changes. Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com> Link: https://lore.kernel.org/r/20220222185740.26228-3-kirill.shutemov@linux.intel.com
6 lines
145 B
Makefile
6 lines
145 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
|