diff options
Diffstat (limited to 'drivers/mxc/ipu3/Makefile')
-rw-r--r-- | drivers/mxc/ipu3/Makefile | 4 |
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..559486dcd041 --- /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 + |