aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/Makefile
blob: 68f95d9a48557fbf64b617d8cb629d6bfe4f1b54 (plain) (blame)
1
2
3
4
5
6
7
8
#
# 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_HSEM_U8500)		+= u8500_hsem.o