mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 22:54:17 -04: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
|