summaryrefslogtreecommitdiff
path: root/drivers/mxc/hmp4e/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/hmp4e/Makefile')
-rw-r--r--drivers/mxc/hmp4e/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mxc/hmp4e/Makefile b/drivers/mxc/hmp4e/Makefile
new file mode 100644
index 000000000000..0efe11fbdbc8
--- /dev/null
+++ b/drivers/mxc/hmp4e/Makefile
@@ -0,0 +1,8 @@
+#
+# Makefile for the MPEG4 Encoder kernel module.
+
+obj-$(CONFIG_MXC_HMP4E) += mxc_hmp4e.o
+
+ifeq ($(CONFIG_MXC_HMP4E_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif