drivers/staging/media/tegra-video/Makefile

Source file repositories/reference/linux-study-clean/drivers/staging/media/tegra-video/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/tegra-video/Makefile
Extension
[no extension]
Size
303 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/staging
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
tegra-video-objs := \
		video.o \
		vi.o \
		vip.o \
		csi.o

tegra-video-$(CONFIG_ARCH_TEGRA_2x_SOC)  += tegra20.o
tegra-video-$(CONFIG_ARCH_TEGRA_3x_SOC)  += tegra20.o
tegra-video-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210.o
obj-$(CONFIG_VIDEO_TEGRA) += tegra-video.o

Annotation

Implementation Notes