git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
10 lines
212 B
Makefile
10 lines
212 B
Makefile
#
|
|
# Makefile for IIO Health sensors
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
obj-$(CONFIG_AFE4403) += afe4403.o
|
|
obj-$(CONFIG_AFE4404) += afe4404.o
|
|
obj-$(CONFIG_MAX30100) += max30100.o
|