arch/x86/platform/geode/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/x86/platform/geode/Makefile
Extension
[no extension]
Size
181 bytes
Lines
6
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-only
obj-$(CONFIG_GEODE_COMMON)	+= geode-common.o
obj-$(CONFIG_ALIX)		+= alix.o
obj-$(CONFIG_NET5501)		+= net5501.o
obj-$(CONFIG_GEOS)		+= geos.o

Annotation

Implementation Notes