drivers/media/test-drivers/vivid/Makefile

Source file repositories/reference/linux-study-clean/drivers/media/test-drivers/vivid/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/media/test-drivers/vivid/Makefile
Extension
[no extension]
Size
572 bytes
Lines
16
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
vivid-objs := vivid-core.o vivid-ctrls.o vivid-vid-common.o vivid-vbi-gen.o \
		vivid-vid-cap.o vivid-vid-out.o vivid-kthread-cap.o vivid-kthread-out.o \
		vivid-radio-rx.o vivid-radio-tx.o vivid-radio-common.o \
		vivid-rds-gen.o vivid-sdr-cap.o vivid-vbi-cap.o vivid-vbi-out.o \
		vivid-meta-cap.o vivid-meta-out.o \
		vivid-kthread-touch.o vivid-touch-cap.o
ifeq ($(CONFIG_VIDEO_VIVID_CEC),y)
  vivid-objs += vivid-cec.o
endif
ifeq ($(CONFIG_VIDEO_VIVID_OSD),y)
  vivid-objs += vivid-osd.o
endif

obj-$(CONFIG_VIDEO_VIVID) += vivid.o

Annotation

Implementation Notes