summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu/Makefile
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:17:16 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:17:16 -0600
commitc71cbf8d5b51090c103fe85f0f306823278853d1 (patch)
tree9e96cecdda6f11e201b0cd75fd20e87aee03eddd /drivers/mxc/vpu/Makefile
parentea2b7e75d21a9c89fd599aa61033efc8f1cd1b0e (diff)
This patch adds MX-specific drivers to the linux 2.6.22 kernel
for MX platforms. Drivers include: Digital Audio Mux (DAM), MPEG4, Image Processing Unit (IPU), Power Management, SSI, and VPU (Video Processing Unit) drivers. http://www.bitshrine.org/gpp/linux-2.6.22-mx-drivers_mxc.patch
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