diff options
Diffstat (limited to 'drivers/media/video/ovcamchip/Makefile')
-rw-r--r-- | drivers/media/video/ovcamchip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/ovcamchip/Makefile b/drivers/media/video/ovcamchip/Makefile new file mode 100644 index 00000000000..bca41ad93de --- /dev/null +++ b/drivers/media/video/ovcamchip/Makefile @@ -0,0 +1,4 @@ +ovcamchip-objs := ovcamchip_core.o ov6x20.o ov6x30.o ov7x10.o ov7x20.o \ + ov76be.o + +obj-$(CONFIG_VIDEO_OVCAMCHIP) += ovcamchip.o |