arch/mips/boot/dts/mobileye/Makefile

Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/mobileye/Makefile

File Facts

System
Linux kernel
Corpus path
arch/mips/boot/dts/mobileye/Makefile
Extension
[no extension]
Size
236 bytes
Lines
7
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
# Copyright 2023 Mobileye Vision Technologies Ltd.

dtb-$(CONFIG_MACH_EYEQ5)		+= eyeq5-epm5.dtb
dtb-$(CONFIG_MACH_EYEQ6H)		+= eyeq6h-epm6.dtb
dtb-$(CONFIG_MACH_EYEQ6LPLUS)		+= eyeq6lplus-epm6.dtb

Annotation

Implementation Notes