summaryrefslogtreecommitdiff
path: root/drivers/mxc/asrc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/asrc/Makefile')
-rw-r--r--drivers/mxc/asrc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mxc/asrc/Makefile b/drivers/mxc/asrc/Makefile
new file mode 100644
index 000000000000..0d2487d389c7
--- /dev/null
+++ b/drivers/mxc/asrc/Makefile
@@ -0,0 +1,7 @@
+#
+# Makefile for the kernel Asynchronous Sample Rate Converter driver
+#
+
+ifeq ($(CONFIG_ARCH_MX35),y)
+ obj-$(CONFIG_MXC_ASRC) += mxc_asrc.o
+endif