aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/mxc/output/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/mxc/output/Makefile')
-rw-r--r--drivers/media/video/mxc/output/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/mxc/output/Makefile b/drivers/media/video/mxc/output/Makefile
new file mode 100644
index 00000000000..9b66e059b26
--- /dev/null
+++ b/drivers/media/video/mxc/output/Makefile
@@ -0,0 +1,3 @@
+ifeq ($(CONFIG_VIDEO_MXC_IPU_OUTPUT),y)
+ obj-$(CONFIG_VIDEO_MXC_OUTPUT) += mxc_vout.o
+endif