Makefile 349 B

12345678910111213
  1. #
  2. # Makefile for the industrial I/O core.
  3. #
  4. obj-$(CONFIG_IIO) += industrialio.o
  5. industrialio-y := industrialio-core.o industrialio-event.o inkern.o
  6. industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
  7. industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
  8. obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
  9. obj-y += adc/
  10. obj-y += amplifiers/