Makefile 540 B

1234567891011121314151617181920212223
  1. #
  2. # Makefile for the industrial I/O core.
  3. #
  4. obj-$(CONFIG_IIO_SIMPLE_DUMMY) += iio_dummy.o
  5. iio_dummy-y := iio_simple_dummy.o
  6. iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_EVENTS) += iio_simple_dummy_events.o
  7. iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_BUFFER) += iio_simple_dummy_buffer.o
  8. obj-$(CONFIG_IIO_DUMMY_EVGEN) += iio_dummy_evgen.o
  9. obj-y += accel/
  10. obj-y += adc/
  11. obj-y += addac/
  12. obj-y += cdc/
  13. obj-y += frequency/
  14. obj-y += gyro/
  15. obj-y += impedance-analyzer/
  16. obj-y += light/
  17. obj-y += magnetometer/
  18. obj-y += meter/
  19. obj-y += resolver/
  20. obj-y += trigger/