arch/sh/boards/mach-se/7780/Makefile

Source file repositories/reference/linux-study-clean/arch/sh/boards/mach-se/7780/Makefile

File Facts

System
Linux kernel
Corpus path
arch/sh/boards/mach-se/7780/Makefile
Extension
[no extension]
Size
317 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/sh
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 HITACHI UL SolutionEngine 7780 specific parts of the kernel
#
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "COPYING" in the main directory of this archive
# for more details.
#
#

obj-y	 := setup.o irq.o

Annotation

Implementation Notes