blob: b87c01a506a494c81a627062dff25ed1eae4ae4e [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# SPDX-License-Identifier: GPL-2.0
2#
3# Generic Hardware Spinlock framework
4#
5
6obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o
7obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o
8obj-$(CONFIG_HWSPINLOCK_QCOM) += qcom_hwspinlock.o
9obj-$(CONFIG_HWSPINLOCK_SIRF) += sirf_hwspinlock.o
10obj-$(CONFIG_HWSPINLOCK_SPRD) += sprd_hwspinlock.o
11obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o