1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Linux Bluetooth HCI device drivers. 4# 5 6obj-$(CONFIG_BCM_BT_LPM) += bcm_btlpm.o 7obj-$(CONFIG_RTL_BT_LPM) += rtl_btlpm.o 8obj-$(CONFIG_XR_BT_LPM) += xradio_btlpm.o 9obj-$(CONFIG_BT_RTKBTUSB) += rtk_btusb.o 10