Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # |
| 3 | # Generic Hardware Spinlock framework |
| 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o |
| 7 | obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o |
| 8 | obj-$(CONFIG_HWSPINLOCK_QCOM) += qcom_hwspinlock.o |
| 9 | obj-$(CONFIG_HWSPINLOCK_SIRF) += sirf_hwspinlock.o |
| 10 | obj-$(CONFIG_HWSPINLOCK_SPRD) += sprd_hwspinlock.o |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 11 | obj-$(CONFIG_HWSPINLOCK_STM32) += stm32_hwspinlock.o |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 12 | obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o |