Skip to content

Commit

Permalink
soc: silabs: Move Series 2 HAL integration to modules/
Browse files Browse the repository at this point in the history
Since cmake-ext isn't set yet, the CMakeLists.txt in soc/ is
still used to include the files in the build. This will be improved
in a follow-on commit.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
  • Loading branch information
asmellby committed Oct 21, 2024
1 parent 7f959ed commit eff9265
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/silabs/silabs_s2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) 2024 Silicon Laboratories Inc.
# SPDX-License-Identifier: Apache-2.0

zephyr_include_directories(config)
zephyr_include_directories(${ZEPHYR_BASE}/modules/hal_silabs/simplicity_sdk/config)

zephyr_sources(soc.c)

0 comments on commit eff9265

Please sign in to comment.