arch/x86/platform/efi/Makefile

Source file repositories/reference/linux-study-clean/arch/x86/platform/efi/Makefile

File Facts

System
Linux kernel
Corpus path
arch/x86/platform/efi/Makefile
Extension
[no extension]
Size
258 bytes
Lines
9
Domain
Architecture Layer
Bucket
arch/x86
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0
KASAN_SANITIZE := n
GCOV_PROFILE := n

obj-$(CONFIG_EFI) 		+= memmap.o quirks.o efi.o efi_$(BITS).o \
				   efi_stub_$(BITS).o
obj-$(CONFIG_EFI_MIXED)		+= efi_thunk_$(BITS).o
obj-$(CONFIG_EFI_RUNTIME_MAP)	+= runtime-map.o

Annotation

Implementation Notes