drivers/media/platform/qcom/venus/Makefile

Source file repositories/reference/linux-study-clean/drivers/media/platform/qcom/venus/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/qcom/venus/Makefile
Extension
[no extension]
Size
511 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
# Makefile for Qualcomm Venus driver

venus-core-objs += core.o helpers.o firmware.o \
		   hfi_venus.o hfi_msgs.o hfi_cmds.o hfi.o \
		   hfi_parser.o pm_helpers.o dbgfs.o \
		   hfi_platform.o hfi_platform_v4.o \
		   hfi_platform_v6.o hfi_plat_bufs_v6.o \

venus-dec-objs += vdec.o vdec_ctrls.o
venus-enc-objs += venc.o venc_ctrls.o

obj-$(CONFIG_VIDEO_QCOM_VENUS) += venus-core.o
obj-$(CONFIG_VIDEO_QCOM_VENUS) += venus-dec.o
obj-$(CONFIG_VIDEO_QCOM_VENUS) += venus-enc.o

Annotation

Implementation Notes