Makefile 249 B

123456789
  1. # In case the platform does NOT support this type of sensors
  2. ccflags-y += -I$(srctree)/drivers/misc/mediatek/hwmon/include
  3. obj-y += glance_gesture.o
  4. ifeq ($(CONFIG_CUSTOM_KERNEL_GLANCE_GESTURE_SENSOR),"OTHER_VENDOR")
  5. obj-y += other_vendor/
  6. endif