Ohad Ben-Cohen | bd9a4c7 | 2011-02-17 09:52:03 -0800 | [diff] [blame] | 1 | # |
2 | # Generic Hardware Spinlock framework | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o | ||||
Simon Que | 70ba4cc | 2011-02-17 09:52:03 -0800 | [diff] [blame] | 6 | obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o |
Mathieu J. Poirier | f84a8ec | 2011-09-08 22:47:40 +0300 | [diff] [blame] | 7 | obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o |