Makefile 238 B

12345678
  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 += face_down.o
  4. ifeq ($(CONFIG_CUSTOM_KERNEL_FACE_DOWN_SENSOR),"OTHER_VENDOR")
  5. obj-y += other_vendor/
  6. endif