blob: 289b12a256662b4996a20a5427cdf18cd440b9b0 [file] [log] [blame]
Benjamin Gaignard7f84fc62018-11-27 13:49:50 +01001# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
2#
3# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4
5obj-$(CONFIG_DM_HWSPINLOCK) += hwspinlock-uclass.o
6obj-$(CONFIG_HWSPINLOCK_SANDBOX) += sandbox_hwspinlock.o
Benjamin Gaignard9119f542018-11-27 13:49:52 +01007obj-$(CONFIG_HWSPINLOCK_STM32) += stm32_hwspinlock.o