Benjamin Gaignard | 7f84fc6 | 2018-11-27 13:49:50 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause |
2 | # | ||||
3 | # Copyright (C) 2018, STMicroelectronics - All Rights Reserved | ||||
4 | |||||
5 | obj-$(CONFIG_DM_HWSPINLOCK) += hwspinlock-uclass.o | ||||
6 | obj-$(CONFIG_HWSPINLOCK_SANDBOX) += sandbox_hwspinlock.o | ||||
Benjamin Gaignard | 9119f54 | 2018-11-27 13:49:52 +0100 | [diff] [blame] | 7 | obj-$(CONFIG_HWSPINLOCK_STM32) += stm32_hwspinlock.o |