/linux/drivers/media/usb/pwc/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/usb/b2c2/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/firewire/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/mmc/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/common/b2c2/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/pci/saa7134/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/usb/em28xx/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/pci/cx25821/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/usb/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/pci/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
/linux/drivers/media/dvb-frontends/ |
H A D | Makefile | diff 88f8472c9fc6c08f5113887471f1f4aabf7b2929 Thu Aug 16 21:57:21 CEST 2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] Fix some Makefile rules
On a few places, := were using instead of +=, causing drivers to not compile.
While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|