bt-kernel: Additional bazel configuration
- add support to copy *.ko to out dir - enable conditional compilation with config flags - enable CONFIG_BT_HW_SECURE_DISABLE with dependency on securemsm-kernel - re-enable compilation of bt_fm_slim with new headers - add fallthrough attribute btfm_slim_hw_interface.c - move BTFMSLIM_DEV_NAME to btfm_slim.h - add target.bzl file to define specific targets Change-Id: I7f7920870d81125f95b020ef33df77df3f937682 Signed-off-by: Franklin Abreu Bueno <quic_fabreu@quicinc.com>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
15d9682357
commit
176b51aefa
@@ -22,7 +22,9 @@
|
||||
#include "btpower.h"
|
||||
#include "btfm_slim.h"
|
||||
#include "btfm_slim_slave.h"
|
||||
#if IS_ENABLED(CONFIG_SLIM_BTFM_CODEC)
|
||||
#include "btfm_slim_hw_interface.h"
|
||||
#endif
|
||||
|
||||
#define DELAY_FOR_PORT_OPEN_MS (200)
|
||||
#define SLIM_MANF_ID_QCOM 0x217
|
||||
|
Reference in New Issue
Block a user