Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Ohad Ben-Cohen | bd9a4c7 | 2011-02-17 09:52:03 -0800 | [diff] [blame] | 2 | # |
| 3 | # Generic Hardware Spinlock framework |
| 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o |
Simon Que | 70ba4cc | 2011-02-17 09:52:03 -0800 | [diff] [blame] | 7 | obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o |
Bjorn Andersson | 19a0f61 | 2015-03-24 10:11:05 -0700 | [diff] [blame] | 8 | obj-$(CONFIG_HWSPINLOCK_QCOM) += qcom_hwspinlock.o |
Wei Chen | cc16d66 | 2015-05-26 08:28:29 +0000 | [diff] [blame] | 9 | obj-$(CONFIG_HWSPINLOCK_SIRF) += sirf_hwspinlock.o |
Baolin Wang | d8c8bbb | 2017-05-17 13:59:29 +0800 | [diff] [blame] | 10 | obj-$(CONFIG_HWSPINLOCK_SPRD) += sprd_hwspinlock.o |
Mathieu J. Poirier | f84a8ec | 2011-09-08 22:47:40 +0300 | [diff] [blame] | 11 | obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o |