Makefile 184 B

12345678
  1. #
  2. # Generic Hardware Spinlock framework
  3. #
  4. obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o
  5. obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o
  6. obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o