Makefile (85a3685852d9ac7d92be9d824533c915a4597fa4) | Makefile (d574a87cc311cb01486b8947a9133814a79e2e6e) |
---|---|
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 10obj-y += hid-sensors/ | 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 10obj-y += hid-sensors/ |
11obj-y += ms_sensors/ |
|
11obj-y += ssp_sensors/ 12obj-y += st_sensors/ | 12obj-y += ssp_sensors/ 13obj-y += st_sensors/ |