summaryrefslogtreecommitdiff
path: root/drivers/mxc/dam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/dam/Makefile')
-rw-r--r--drivers/mxc/dam/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mxc/dam/Makefile b/drivers/mxc/dam/Makefile
new file mode 100644
index 000000000000..b5afdc143dfa
--- /dev/null
+++ b/drivers/mxc/dam/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for the kernel Digital Audio MUX (DAM) device driver.
+#
+
+ifeq ($(CONFIG_ARCH_MX27),y)
+ obj-$(CONFIG_MXC_DAM) += dam_v1.o
+else
+ obj-$(CONFIG_MXC_DAM) += dam.o
+endif