Makefile 174 B

1234567
  1. #
  2. # Makefile for sensor chip drivers.
  3. #
  4. obj-$(CONFIG_THERMAL) += thermal_sys.o
  5. obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
  6. obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o