arch/mips/pic32/Makefile

Source file repositories/reference/linux-study-clean/arch/mips/pic32/Makefile

File Facts

System
Linux kernel
Corpus path
arch/mips/pic32/Makefile
Extension
[no extension]
Size
241 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/mips
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
#
# Joshua Henderson, <joshua.henderson@microchip.com>
# Copyright (C) 2015 Microchip Technology, Inc.  All rights reserved.
#
obj-$(CONFIG_MACH_PIC32) += common/
obj-$(CONFIG_PIC32MZDA) += pic32mzda/

Annotation

Implementation Notes