Files
Linux/drivers/hwspinlock/Makefile
T
Mathieu J. Poirier f84a8ecfca hwspinlock/u8500: add hwspinlock driver
Add hwspinlock driver for U8500's Hsem hardware.

At this point only HSem's protocol 1 is used (i.e. no interrupts).

Signed-off-by: Mathieu Poirier <[email protected]>
Acked-by: Linus Walleij <[email protected]>
[[email protected]: adopt recent hwspin_lock_{un}register API changes]
[[email protected]: set the owner member of the driver]
[[email protected]: mark ->remove() function as __devexit]
[[email protected]: write commit log]
[[email protected]: small cleanups]
Signed-off-by: Ohad Ben-Cohen <[email protected]>
2011-09-21 19:57:45 +03:00

8 lines
184 B
Makefile

#
# Generic Hardware Spinlock framework
#
obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o
obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o
obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o