summaryrefslogblamecommitdiffstats
path: root/drivers/staging/iio/Makefile
blob: 6a46d5afb380c189d7238a60b867bab8e0c87352 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                       

                                      


                                                                        
                                                                        

                                                  
 

                                         
               
             
               
             
             
                   
              
                            
             
               
                      
               
                  
                 
#
# Makefile for the industrial I/O core.
#

obj-$(CONFIG_IIO_SW_RING) += ring_sw.o

obj-$(CONFIG_IIO_SIMPLE_DUMMY) += iio_dummy.o
iio_dummy-y := iio_simple_dummy.o
iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_EVENTS) += iio_simple_dummy_events.o
iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_BUFFER) += iio_simple_dummy_buffer.o

obj-$(CONFIG_IIO_DUMMY_EVGEN) += iio_dummy_evgen.o

obj-$(CONFIG_IIO_ST_HWMON) += iio_hwmon.o

obj-y += accel/
obj-y += adc/
obj-y += addac/
obj-y += cdc/
obj-y += dac/
obj-y += frequency/
obj-y += gyro/
obj-y += impedance-analyzer/
obj-y += imu/
obj-y += light/
obj-y += magnetometer/
obj-y += meter/
obj-y += resolver/
obj-y += trigger/