summaryrefslogtreecommitdiff
path: root/drivers/media/pci/solo6x10/Makefile
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-07-22 06:13:07 +0200
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-22 12:53:00 -0300
commit28cae868cd245b6bb2f27bce807e9d78afcf8ea2 (patch)
treefbb450d79e27cdb445f12b93b1b16db2d7978efe /drivers/media/pci/solo6x10/Makefile
parent401e972fae7d3da80c70e615aa0463f9c7c619ec (diff)
[media] solo6x10: move out of staging into drivers/media/pci.
Now that the custom motion detection API has been replaced with a standard API there is no reason anymore to keep it in staging. So (finally!) move it to drivers/media/pci. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/solo6x10/Makefile')
-rw-r--r--drivers/media/pci/solo6x10/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/pci/solo6x10/Makefile b/drivers/media/pci/solo6x10/Makefile
new file mode 100644
index 000000000000..f4742266ef7c
--- /dev/null
+++ b/drivers/media/pci/solo6x10/Makefile
@@ -0,0 +1,5 @@
+solo6x10-y := solo6x10-core.o solo6x10-i2c.o solo6x10-p2m.o solo6x10-v4l2.o \
+ solo6x10-tw28.o solo6x10-gpio.o solo6x10-disp.o solo6x10-enc.o \
+ solo6x10-v4l2-enc.o solo6x10-g723.o solo6x10-eeprom.o
+
+obj-$(CONFIG_VIDEO_SOLO6X10) += solo6x10.o