summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/frequency/Makefile
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2012-04-27 08:58:33 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-30 01:25:04 (GMT)
commite4e8d1ce81bad2c39cf738186ec559b0bebbbdde (patch)
treedd12f540d156b26b38d8a3bd1a65b705d7f95e8e /drivers/staging/iio/frequency/Makefile
parent7cbb753701d11f3c71e8543e1ae0fc0772edac06 (diff)
downloadlinux-e4e8d1ce81bad2c39cf738186ec559b0bebbbdde.tar.xz
iio: Rename iio/dds to iio/frequency
Generalize naming to allow other frequency synthesis techniques as well. No functional changes. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/iio/frequency/Makefile')
-rw-r--r--drivers/staging/iio/frequency/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/iio/frequency/Makefile b/drivers/staging/iio/frequency/Makefile
new file mode 100644
index 0000000..1477461
--- /dev/null
+++ b/drivers/staging/iio/frequency/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for Direct Digital Synthesis drivers
+#
+
+obj-$(CONFIG_AD5930) += ad5930.o
+obj-$(CONFIG_AD9832) += ad9832.o
+obj-$(CONFIG_AD9834) += ad9834.o
+obj-$(CONFIG_AD9850) += ad9850.o
+obj-$(CONFIG_AD9852) += ad9852.o
+obj-$(CONFIG_AD9910) += ad9910.o
+obj-$(CONFIG_AD9951) += ad9951.o