arch/sh/boards/mach-hp6xx/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/sh/boards/mach-hp6xx/Makefile
Extension
[no extension]
Size
193 bytes
Lines
9
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 HP6xx specific parts of the kernel
#

obj-y			:= setup.o
obj-$(CONFIG_PM)	+= pm.o pm_wakeup.o
obj-$(CONFIG_APM_EMULATION)	+= hp6xx_apm.o

Annotation

Implementation Notes