mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 18:12: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>
12 lines
222 B
Makefile
12 lines
222 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Linux Bluetooth RFCOMM layer.
|
|
#
|
|
|
|
obj-$(CONFIG_BT_RFCOMM) += rfcomm.o
|
|
|
|
rfcomm-y := core.o sock.o
|
|
rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o
|
|
|
|
CONTEXT_ANALYSIS := y
|