drivers/gpu/drm/sysfb/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/sysfb/Makefile
Extension
[no extension]
Size
423 bytes
Lines
14
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-only

drm_sysfb_helper-y := \
	drm_sysfb.o \
	drm_sysfb_modeset.o
drm_sysfb_helper-$(CONFIG_SCREEN_INFO) += drm_sysfb_screen_info.o
obj-$(CONFIG_DRM_SYSFB_HELPER)	+= drm_sysfb_helper.o

obj-$(CONFIG_DRM_COREBOOTDRM)	+= corebootdrm.o
obj-$(CONFIG_DRM_EFIDRM)	+= efidrm.o
obj-$(CONFIG_DRM_OFDRM)		+= ofdrm.o
obj-$(CONFIG_DRM_SIMPLEDRM)	+= simpledrm.o
obj-$(CONFIG_DRM_VESADRM)	+= vesadrm.o

Annotation

Implementation Notes