srinivas pandruvada | 73c6768 | 2012-09-05 13:56:00 +0100 | [diff] [blame] | 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 | obj-y += hid-sensors/ | ||||
Denis Ciocca | 23491b5 | 2013-01-25 23:44:00 +0000 | [diff] [blame] | 10 | obj-y += st_sensors/ |