soc: st: stm32: stm32wbax: Files renaming
Files renaming done to better isolate zephyr related functions from stm32 hal related functions Signed-off-by: Alessandro Manganaro <alessandro.manganaro@st.com>
This commit is contained in:
parent
5e7009a120
commit
13f1200e77
3 changed files with 2 additions and 2 deletions
|
|
@ -12,10 +12,10 @@ zephyr_sources_ifdef(CONFIG_PM
|
|||
if(CONFIG_BT_STM32WBA)
|
||||
zephyr_include_directories(hci_if)
|
||||
|
||||
zephyr_sources(hci_if/linklayer_plat.c)
|
||||
zephyr_sources(hci_if/linklayer_plat_adapt.c)
|
||||
zephyr_sources(hci_if/bleplat.c)
|
||||
zephyr_sources(hci_if/host_stack_if.c)
|
||||
zephyr_sources(hci_if/ll_sys_if.c)
|
||||
zephyr_sources(hci_if/ll_sys_if_adapt.c)
|
||||
zephyr_sources(hci_if/stm32_timer.c)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue