drivers/hid/bpf/Makefile

Source file repositories/reference/linux-study-clean/drivers/hid/bpf/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/hid/bpf/Makefile
Extension
[no extension]
Size
292 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/hid
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 HID-BPF
#

LIBBPF_INCLUDE = $(srctree)/tools/lib

obj-$(CONFIG_HID_BPF) += hid_bpf.o
CFLAGS_hid_bpf_dispatch.o += -I$(LIBBPF_INCLUDE)
CFLAGS_hid_bpf_jmp_table.o += -I$(LIBBPF_INCLUDE)
hid_bpf-objs += hid_bpf_dispatch.o hid_bpf_struct_ops.o

Annotation

Implementation Notes