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