9 lines
196 B
CMake
9 lines
196 B
CMake
if(SB_CONFIG_NETCORE_HCI_IPC)
|
|
set(
|
|
hci_ipc_EXTRA_CONF_FILE
|
|
"${APP_DIR}/sysbuild/hci_ipc.conf"
|
|
CACHE INTERNAL
|
|
"Extra configuration for the nRF5340 net core HCI image"
|
|
)
|
|
endif()
|