2023-06-27 14:51:04 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_library()
|
|
|
|
|
2023-06-27 14:47:36 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_SQN_HWSPINLOCK sqn_hwspinlock.c)
|
2023-06-27 14:51:04 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE hwspinlock_handlers.c)
|