xref: /openbmc/u-boot/drivers/hwspinlock/Makefile (revision d94604d5)
17f84fc67SBenjamin Gaignard# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
27f84fc67SBenjamin Gaignard#
37f84fc67SBenjamin Gaignard# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
47f84fc67SBenjamin Gaignard
57f84fc67SBenjamin Gaignardobj-$(CONFIG_DM_HWSPINLOCK) += hwspinlock-uclass.o
67f84fc67SBenjamin Gaignardobj-$(CONFIG_HWSPINLOCK_SANDBOX) += sandbox_hwspinlock.o
7*9119f547SBenjamin Gaignardobj-$(CONFIG_HWSPINLOCK_STM32) += stm32_hwspinlock.o
8