mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 17:42:03 +02:00
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>
11 lines
184 B
Makefile
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
|