Makefile 294 B

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