xref: /linux/drivers/hwspinlock/Makefile (revision e9e8bcb8178e197d889ec31e79fa1ddc1732c8f9)
1#
2# Generic Hardware Spinlock framework
3#
4
5obj-$(CONFIG_HWSPINLOCK)		+= hwspinlock_core.o
6obj-$(CONFIG_HWSPINLOCK_OMAP)		+= omap_hwspinlock.o
7