brintos

brintos / linux-shallow public Read only

0
0
Text · 431 B · a0f16c9 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Generic Hardware Spinlock framework4#5 6obj-$(CONFIG_HWSPINLOCK)		+= hwspinlock_core.o7obj-$(CONFIG_HWSPINLOCK_OMAP)		+= omap_hwspinlock.o8obj-$(CONFIG_HWSPINLOCK_QCOM)		+= qcom_hwspinlock.o9obj-$(CONFIG_HWSPINLOCK_SPRD)		+= sprd_hwspinlock.o10obj-$(CONFIG_HWSPINLOCK_STM32)		+= stm32_hwspinlock.o11obj-$(CONFIG_HWSPINLOCK_SUN6I)		+= sun6i_hwspinlock.o12obj-$(CONFIG_HSEM_U8500)		+= u8500_hsem.o13