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