Makefile 250 B

1234567891011
  1. #
  2. # Makefile for IIO Health sensors
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. obj-$(CONFIG_AFE4403) += afe4403.o
  6. obj-$(CONFIG_AFE4404) += afe4404.o
  7. obj-$(CONFIG_MAX30100) += max30100.o
  8. obj-$(CONFIG_MAX30102) += max30102.o