tests: bluetooth: tester: make hci_ipc confs generic for multi-core

nrf5340_hci_ipc.conf and nrf5340_hci_ipc_cpunet.conf were board specific
rename them for generic multi-core board support

Signed-off-by: Aytürk Düzen <ayturk.duzen@nordicsemi.no>
This commit is contained in:
Aytürk Düzen 2024-11-22 10:53:50 +01:00 committed by Benjamin Cabé
commit 55bc3acf58
3 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,7 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC)
)
set(${NET_APP}_EXTRA_CONF_FILE
${APP_DIR}/nrf5340_hci_ipc_cpunet.conf
${APP_DIR}/hci_ipc_cpunet.conf
CACHE INTERNAL ""
)