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