diff options
Diffstat (limited to 'linux/drivers/media/video/gspca/m5602/Makefile')
-rw-r--r-- | linux/drivers/media/video/gspca/m5602/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/drivers/media/video/gspca/m5602/Makefile b/linux/drivers/media/video/gspca/m5602/Makefile new file mode 100644 index 000000000..672fb6bb5 --- /dev/null +++ b/linux/drivers/media/video/gspca/m5602/Makefile @@ -0,0 +1,8 @@ +obj-$(CONFIG_USB_M5602) += gspca_m5602.o + +gspca_m5602-objs := m5602_core.o \ + m5602_ov9650.o \ + m5602_mt9m111.o \ + m5602_po1030.o \ + m5602_s5k83a.o \ + m5602_s5k4aa.o |