summaryrefslogtreecommitdiff
path: root/drivers/staging/media/solo6x10/Makefile
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-03-25 08:47:48 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-25 11:54:05 (GMT)
commit7bce33daeaca26a3ea3f6099fdfe4e11ea46cac6 (patch)
tree81fe87d4a9034133e7b1dec8cbc81ae5df7e0a63 /drivers/staging/media/solo6x10/Makefile
parentdad7fab933622ee67774a9219d5c18040d97a5e5 (diff)
downloadlinux-fsl-qoriq-7bce33daeaca26a3ea3f6099fdfe4e11ea46cac6.tar.xz
[media] solo6x10: prefix sources with 'solo6x10-'
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/media/solo6x10/Makefile')
-rw-r--r--drivers/staging/media/solo6x10/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/media/solo6x10/Makefile b/drivers/staging/media/solo6x10/Makefile
index 9bbde29..7aae118 100644
--- a/drivers/staging/media/solo6x10/Makefile
+++ b/drivers/staging/media/solo6x10/Makefile
@@ -1,3 +1,5 @@
-solo6x10-y := core.o i2c.o p2m.o v4l2.o tw28.o gpio.o disp.o enc.o v4l2-enc.o g723.o eeprom.o
+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_SOLO6X10) += solo6x10.o