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