This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
10 lines
347 B
Makefile
10 lines
347 B
Makefile
#
|
|
# Generic Hardware Spinlock framework
|
|
#
|
|
|
|
obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o
|
|
obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o
|
|
obj-$(CONFIG_HWSPINLOCK_QCOM) += qcom_hwspinlock.o
|
|
obj-$(CONFIG_HWSPINLOCK_SIRF) += sirf_hwspinlock.o
|
|
obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o
|
|
obj-$(CONFIG_REMOTE_SPINLOCK_MSM) += msm_remote_spinlock.o
|