arch/um/Makefile-os-Linux

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

File Facts

System
Linux kernel
Corpus path
arch/um/Makefile-os-Linux
Extension
[no extension]
Size
235 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/um
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 Jeff Dike (jdike@karaya.com)
# Licensed under the GPL
#

# To get a definition of F_SETSIG
USER_CFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
KBUILD_CFLAGS += -D_LARGEFILE64_SOURCE
DEV_NULL_PATH = \"/dev/null\"

Annotation

Implementation Notes