Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bluetooth: Use different arch directory per bsim platform #1447

Conversation

ilhanates
Copy link
Contributor

A seperate arch directory is defined per bsim platform to be able to use different plarforms in the same build process

A seperate arch directory is defined per bsim platform to
be able to use different plarforms in the same build process

Signed-off-by: Ilhan Ates <[email protected]>
@@ -56,8 +56,12 @@ function(nrfxlib_calculate_lib_path lib_path)
elseif(DEFINED CONFIG_SOC_NRF54H20_CPURAD)
set(arch_soc_dir ${arch_soc_dir}_cpurad)
endif()
elseif(CONFIG_SOC_SERIES_BSIM_NRFXX)
set(arch_soc_dir "bsim_nrfxx")
elseif(CONFIG_SOC_SERIES_BSIM_NRF52X)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We dont use this function in mpsl/sdc anymore but I guess it is ok to add it here as well.

@ilhanates ilhanates requested a review from a team August 28, 2024 06:38
@nordicjm nordicjm merged commit 395a929 into nrfconnect:main Aug 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants