drivers/media/platform/renesas/vsp1/Makefile

Source file repositories/reference/linux-study-clean/drivers/media/platform/renesas/vsp1/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/renesas/vsp1/Makefile
Extension
[no extension]
Size
443 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/media
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
vsp1-y					:= vsp1_drv.o vsp1_entity.o vsp1_pipe.o
vsp1-y					+= vsp1_dl.o vsp1_drm.o vsp1_video.o
vsp1-y					+= vsp1_rpf.o vsp1_rwpf.o vsp1_wpf.o
vsp1-y					+= vsp1_clu.o vsp1_hsit.o vsp1_lut.o
vsp1-y					+= vsp1_brx.o vsp1_sru.o vsp1_uds.o
vsp1-y					+= vsp1_hgo.o vsp1_hgt.o vsp1_histo.o
vsp1-y					+= vsp1_iif.o vsp1_lif.o vsp1_uif.o
vsp1-y					+= vsp1_vspx.o

obj-$(CONFIG_VIDEO_RENESAS_VSP1)	+= vsp1.o

Annotation

Implementation Notes