hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/net/bluetooth/Makefile
....@@ -14,10 +14,11 @@
1414
1515 bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \
1616 hci_sock.o hci_sysfs.o l2cap_core.o l2cap_sock.o smp.o lib.o \
17
- ecdh_helper.o hci_request.o mgmt_util.o
17
+ ecdh_helper.o hci_request.o mgmt_util.o mgmt_config.o
1818
1919 bluetooth-$(CONFIG_BT_BREDR) += sco.o
2020 bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o
2121 bluetooth-$(CONFIG_BT_LEDS) += leds.o
22
+bluetooth-$(CONFIG_BT_MSFTEXT) += msft.o
2223 bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o
2324 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o