mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +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
174 B
Makefile
11 lines
174 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Linux Bluetooth HIDP layer
|
|
#
|
|
|
|
obj-$(CONFIG_BT_HIDP) += hidp.o
|
|
|
|
hidp-objs := core.o sock.o
|
|
|
|
CONTEXT_ANALYSIS := y
|