/drivers/staging/iio/dds/Makefile

https://bitbucket.org/slukk/jb-tsm-kernel-4.2 · Makefile · 11 lines · 7 code · 1 blank · 3 comment · 0 complexity · 90384368c587b3c19d8e10e59db02676 MD5 · raw file

  1. #
  2. # Makefile for Direct Digital Synthesis drivers
  3. #
  4. obj-$(CONFIG_AD5930) += ad5930.o
  5. obj-$(CONFIG_AD9832) += ad9832.o
  6. obj-$(CONFIG_AD9834) += ad9834.o
  7. obj-$(CONFIG_AD9850) += ad9850.o
  8. obj-$(CONFIG_AD9852) += ad9852.o
  9. obj-$(CONFIG_AD9910) += ad9910.o
  10. obj-$(CONFIG_AD9951) += ad9951.o