Ohad Ben-Cohen | bd9a4c7 | 2011-02-17 09:52:03 -0800 | [diff] [blame] | 1 | # |
| 2 | # Generic Hardware Spinlock framework |
| 3 | # |
| 4 | |
| 5 | obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o |
Simon Que | 70ba4cc | 2011-02-17 09:52:03 -0800 | [diff] [blame] | 6 | obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o |
Bjorn Andersson | 19a0f61 | 2015-03-24 10:11:05 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_HWSPINLOCK_QCOM) += qcom_hwspinlock.o |
Wei Chen | cc16d66 | 2015-05-26 08:28:29 +0000 | [diff] [blame] | 8 | obj-$(CONFIG_HWSPINLOCK_SIRF) += sirf_hwspinlock.o |
Mathieu J. Poirier | f84a8ec | 2011-09-08 22:47:40 +0300 | [diff] [blame] | 9 | obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o |
Chris Lew | 63b2d6b | 2016-08-01 10:59:49 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_REMOTE_SPINLOCK_MSM) += msm_remote_spinlock.o |