Makefile 175 B

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