arch/x86/um/os-Linux/Makefile

Source file repositories/reference/linux-study-clean/arch/x86/um/os-Linux/Makefile

File Facts

System
Linux kernel
Corpus path
arch/x86/um/os-Linux/Makefile
Extension
[no extension]
Size
238 bytes
Lines
13
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

#
# Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
# Licensed under the GPL
#

obj-y = registers.o mcontext.o

obj-$(CONFIG_X86_32) += tls.o

USER_OBJS := $(obj-y)

include $(srctree)/arch/um/scripts/Makefile.rules

Annotation

Implementation Notes