diff options
Diffstat (limited to 'drivers/media/usb/cpia2/Makefile')
-rw-r--r-- | drivers/media/usb/cpia2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/usb/cpia2/Makefile b/drivers/media/usb/cpia2/Makefile new file mode 100644 index 000000000..05664141f --- /dev/null +++ b/drivers/media/usb/cpia2/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +cpia2-objs := cpia2_v4l.o cpia2_usb.o cpia2_core.o + +obj-$(CONFIG_VIDEO_CPIA2) += cpia2.o |