diff options
Diffstat (limited to 'drivers/media/video/marvell-ccic/Makefile')
-rw-r--r-- | drivers/media/video/marvell-ccic/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/marvell-ccic/Makefile b/drivers/media/video/marvell-ccic/Makefile new file mode 100644 index 00000000000..05a792c579a --- /dev/null +++ b/drivers/media/video/marvell-ccic/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o | ||
2 | cafe_ccic-y := cafe-driver.o mcam-core.o | ||
3 | |||
4 | obj-$(CONFIG_VIDEO_MMP_CAMERA) += mmp_camera.o | ||
5 | mmp_camera-y := mmp-driver.o mcam-core.o | ||
6 | |||