drivers/gpu/drm/renesas/rz-du/Makefile

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/renesas/rz-du/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/renesas/rz-du/Makefile
Extension
[no extension]
Size
299 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0
rzg2l-du-drm-y := rzg2l_du_crtc.o \
		  rzg2l_du_drv.o \
		  rzg2l_du_encoder.o \
		  rzg2l_du_kms.o \

rzg2l-du-drm-$(CONFIG_VIDEO_RENESAS_VSP1)	+= rzg2l_du_vsp.o
obj-$(CONFIG_DRM_RZG2L_DU)		+= rzg2l-du-drm.o

obj-$(CONFIG_DRM_RZG2L_MIPI_DSI)	+= rzg2l_mipi_dsi.o

Annotation

Implementation Notes