drivers/platform/raspberrypi/Makefile

Source file repositories/reference/linux-study-clean/drivers/platform/raspberrypi/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/platform/raspberrypi/Makefile
Extension
[no extension]
Size
352 bytes
Lines
16
Domain
Driver Families
Bucket
drivers/platform
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

obj-$(CONFIG_BCM2835_VCHIQ)	+= vchiq.o

vchiq-objs := \
   vchiq-interface/vchiq_core.o  \
   vchiq-interface/vchiq_arm.o \
   vchiq-interface/vchiq_bus.o \
   vchiq-interface/vchiq_debugfs.o \

ifdef CONFIG_VCHIQ_CDEV
vchiq-objs += vchiq-interface/vchiq_dev.o
endif

obj-$(CONFIG_BCM2835_VCHIQ_MMAL)	+= vchiq-mmal/

Annotation

Implementation Notes