arch/sparc/net/Makefile

Source file repositories/reference/linux-study-clean/arch/sparc/net/Makefile

File Facts

System
Linux kernel
Corpus path
arch/sparc/net/Makefile
Extension
[no extension]
Size
190 bytes
Lines
9
Domain
Architecture Layer
Bucket
arch/sparc
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
#
# Arch-specific network modules
#
obj-$(CONFIG_BPF_JIT) += bpf_jit_comp_$(BITS).o
ifeq ($(BITS),32)
obj-$(CONFIG_BPF_JIT) += bpf_jit_asm_32.o
endif

Annotation

Implementation Notes