Merge tag 'efi-2020-07-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / drivers / hwspinlock / Makefile
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
7 obj-$(CONFIG_HWSPINLOCK_STM32) += stm32_hwspinlock.o