arch/loongarch/net/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/loongarch/net/Makefile
Extension
[no extension]
Size
176 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/loongarch
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
#
# Makefile for arch/loongarch/net
#
# Copyright (C) 2022 Loongson Technology Corporation Limited
#
obj-$(CONFIG_BPF_JIT) += bpf_jit.o

Annotation

Implementation Notes