drivers/gpu/drm/hisilicon/hibmc/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/hisilicon/hibmc/Makefile
Extension
[no extension]
Size
270 bytes
Lines
7
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
hibmc-drm-y := hibmc_drm_drv.o hibmc_drm_de.o hibmc_drm_vdac.o hibmc_drm_i2c.o \
	       dp/dp_aux.o dp/dp_link.o dp/dp_hw.o dp/dp_serdes.o hibmc_drm_dp.o \
	       hibmc_drm_debugfs.o

obj-$(CONFIG_DRM_HISI_HIBMC) += hibmc-drm.o

Annotation

Implementation Notes