drivers/fpga/tests/Makefile

Source file repositories/reference/linux-study-clean/drivers/fpga/tests/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/fpga/tests/Makefile
Extension
[no extension]
Size
184 bytes
Lines
7
Domain
Driver Families
Bucket
drivers/fpga
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 KUnit test suites for the FPGA subsystem
#

obj-$(CONFIG_FPGA_KUNIT_TESTS) += fpga-mgr-test.o fpga-bridge-test.o fpga-region-test.o

Annotation

Implementation Notes