diff options
| author | Pauli Virtanen <pav@iki.fi> | 2026-06-14 13:27:06 +0300 |
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2026-06-15 17:51:36 -0400 |
| commit | 9218167503ef54203fe64cdfb230b8a9f2891028 (patch) | |
| tree | daf0d28795ead49faaee04c87a1502f5deb0d08c /drivers/bluetooth/Makefile | |
| parent | 14cb114880c776a732f8f0f4bd2a4d5a5cb03fa8 (diff) | |
| download | linux-next-9218167503ef54203fe64cdfb230b8a9f2891028.tar.gz linux-next-9218167503ef54203fe64cdfb230b8a9f2891028.zip | |
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>
Diffstat (limited to 'drivers/bluetooth/Makefile')
| -rw-r--r-- | drivers/bluetooth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/Makefile b/drivers/bluetooth/Makefile index bafc26250b63..e6b1c1180d1d 100644 --- a/drivers/bluetooth/Makefile +++ b/drivers/bluetooth/Makefile @@ -50,3 +50,5 @@ hci_uart-$(CONFIG_BT_HCIUART_AG6XX) += hci_ag6xx.o hci_uart-$(CONFIG_BT_HCIUART_MRVL) += hci_mrvl.o hci_uart-$(CONFIG_BT_HCIUART_AML) += hci_aml.o hci_uart-objs := $(hci_uart-y) + +CONTEXT_ANALYSIS := y |
