summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/vpu/Makefile')
-rw-r--r--drivers/mxc/vpu/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mxc/vpu/Makefile b/drivers/mxc/vpu/Makefile
new file mode 100644
index 000000000000..88e8f2c084a0
--- /dev/null
+++ b/drivers/mxc/vpu/Makefile
@@ -0,0 +1,10 @@
+#
+# Makefile for the VPU drivers.
+#
+
+obj-$(CONFIG_MXC_VPU) += vpu.o
+vpu-objs := mxc_vpu.o mxc_vl2cc.o
+
+ifeq ($(CONFIG_MXC_VPU_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif