linux/net/bluetooth/bnep/Makefile
Pauli Virtanen e01e99a5ec Bluetooth: enable context analysis
Enable compiler context analysis for Bluetooth subsystem and drivers.

Signed-off-by: Pauli Virtanen <pav@iki.fi>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2026-08-07 12:27:20 -04:00

11 lines
184 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Linux Bluetooth BNEP layer.
#
obj-$(CONFIG_BT_BNEP) += bnep.o
bnep-objs := core.o sock.o netdev.o
CONTEXT_ANALYSIS := y