arch/arm/vfp/Makefile

Source file repositories/reference/linux-study-clean/arch/arm/vfp/Makefile

File Facts

System
Linux kernel
Corpus path
arch/arm/vfp/Makefile
Extension
[no extension]
Size
211 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/arm
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
#
# linux/arch/arm/vfp/Makefile
#
# Copyright (C) 2001 ARM Limited
#

# ccflags-y := -DDEBUG
# asflags-y := -DDEBUG

obj-y		+= vfpmodule.o vfphw.o vfpsingle.o vfpdouble.o

Annotation

Implementation Notes