7 lines
142 B
Makefile
7 lines
142 B
Makefile
|
#
|
||
|
# Generic Hardware Spinlock framework
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o
|
||
|
obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o
|