arch/sh/boards/mach-kfr2r09/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/sh/boards/mach-kfr2r09/Makefile
Extension
[no extension]
Size
125 bytes
Lines
6
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
obj-y	:= setup.o sdram.o
ifneq ($(CONFIG_FB_SH_MOBILE_LCDC),)
obj-y	+=  lcd_wqvga.o
endif

Annotation

Implementation Notes