drivers/media/pci/zoran/Makefile

Source file repositories/reference/linux-study-clean/drivers/media/pci/zoran/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/media/pci/zoran/Makefile
Extension
[no extension]
Size
261 bytes
Lines
8
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
zr36067-objs	:=	zoran_device.o \
			zoran_driver.o zoran_card.o videocodec.o

obj-$(CONFIG_VIDEO_ZORAN) += zr36067.o
zr36067-$(CONFIG_VIDEO_ZORAN_DC30) += zr36050.o zr36016.o
zr36067-$(CONFIG_VIDEO_ZORAN_ZR36060) += zr36060.o

Annotation

Implementation Notes