Makefile 142 B

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