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/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mxc/hmp4e/Makefile b/drivers/mxc/hmp4e/Makefile
new file mode 100644
index 000000000000..3f69ec842af7
--- /dev/null
+++ b/drivers/mxc/hmp4e/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for the MPEG4 Encoder kernel module.
+
+obj-$(CONFIG_MXC_HMP4E) += mxc_hmp4e.o
+CFLAGS_mxc_hmp4e.o = -DIMX_NEEDS_DEPRECATED_SYMBOLS
+
+ifeq ($(CONFIG_MXC_HMP4E_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif