2011-02-17 17:52:03 +00:00
|
|
|
#
|
|
|
|
# Generic Hardware Spinlock framework
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o
|
2011-02-17 17:52:03 +00:00
|
|
|
obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o
|
2015-03-24 17:11:05 +00:00
|
|
|
obj-$(CONFIG_HWSPINLOCK_QCOM) += qcom_hwspinlock.o
|
2015-05-26 08:28:29 +00:00
|
|
|
obj-$(CONFIG_HWSPINLOCK_SIRF) += sirf_hwspinlock.o
|
2011-09-08 19:47:40 +00:00
|
|
|
obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o
|