drivers/gpu/drm/fsl-dcu/Makefile

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/fsl-dcu/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/fsl-dcu/Makefile
Extension
[no extension]
Size
224 bytes
Lines
9
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
fsl-dcu-drm-y := fsl_dcu_drm_drv.o \
		 fsl_dcu_drm_kms.o \
		 fsl_dcu_drm_rgb.o \
		 fsl_dcu_drm_plane.o \
		 fsl_dcu_drm_crtc.o \
		 fsl_tcon.o
obj-$(CONFIG_DRM_FSL_DCU)	+= fsl-dcu-drm.o

Annotation

Implementation Notes