summaryrefslogtreecommitdiff
path: root/drivers/mxc/ipu3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/ipu3/Makefile')
-rw-r--r--drivers/mxc/ipu3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mxc/ipu3/Makefile b/drivers/mxc/ipu3/Makefile
new file mode 100644
index 000000000000..aa3e7b1bb501
--- /dev/null
+++ b/drivers/mxc/ipu3/Makefile
@@ -0,0 +1,4 @@
+obj-$(CONFIG_MXC_IPU_V3) = mxc_ipu.o
+
+mxc_ipu-objs := ipu_common.o ipu_ic.o ipu_disp.o ipu_capture.o ipu_device.o ipu_calc_stripes_sizes.o
+