drivers/media/dvb-frontends/cxd2880/Makefile

Source file repositories/reference/linux-study-clean/drivers/media/dvb-frontends/cxd2880/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/media/dvb-frontends/cxd2880/Makefile
Extension
[no extension]
Size
371 bytes
Lines
17
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

cxd2880-objs := cxd2880_common.o \
		cxd2880_devio_spi.o \
		cxd2880_integ.o \
		cxd2880_io.o \
		cxd2880_spi_device.o \
		cxd2880_tnrdmd.o \
		cxd2880_tnrdmd_dvbt2.o \
		cxd2880_tnrdmd_dvbt2_mon.o \
		cxd2880_tnrdmd_dvbt.o \
		cxd2880_tnrdmd_dvbt_mon.o\
		cxd2880_tnrdmd_mon.o\
		cxd2880_top.o

obj-$(CONFIG_DVB_CXD2880) += cxd2880.o

Annotation

Implementation Notes