Makefile (bf61c8840efe60fd8f91446860b63338fb424158) | Makefile (3edc84e6054616b87a3d155fe65fa51f2eae82aa) |
---|---|
1# 2# Makefile for the IIO common modules. 3# Common modules contains modules, which can be shared among multiple 4# IIO modules. For example if the trigger processing is common for 5# multiple IIO modules then this can be moved to a common module 6# instead of duplicating in each module. 7# 8 | 1# 2# Makefile for the IIO common modules. 3# Common modules contains modules, which can be shared among multiple 4# IIO modules. For example if the trigger processing is common for 5# multiple IIO modules then this can be moved to a common module 6# instead of duplicating in each module. 7# 8 |
9# When adding new entries keep the list in alphabetical order |
|
9obj-y += hid-sensors/ 10obj-y += st_sensors/ | 10obj-y += hid-sensors/ 11obj-y += st_sensors/ |