arch/arm/mach-socfpga/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-socfpga/Makefile
Extension
[no extension]
Size
277 bytes
Lines
11
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
#
# Makefile for the linux kernel.
#

obj-y					:= socfpga.o
obj-$(CONFIG_SMP)	+= headsmp.o platsmp.o
obj-$(CONFIG_SOCFPGA_SUSPEND)	+= pm.o self-refresh.o
obj-$(CONFIG_EDAC_ALTERA_L2C)	+= l2_cache.o
obj-$(CONFIG_EDAC_ALTERA_OCRAM)	+= ocram.o

Annotation

Implementation Notes