Makefile 182 B

1234567
  1. # In case the platform does NOT support this type of sensors
  2. obj-y += wake_gesture.o
  3. ifeq ($(CONFIG_CUSTOM_KERNEL_WAKE_GESTURE_SENSOR),"OTHER_VENDOR")
  4. obj-y += other_vendor/
  5. endif