commit | 88f8472c9fc6c08f5113887471f1f4aabf7b2929 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Aug 16 16:57:21 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Aug 16 19:55:03 2012 -0300 |
tree | 0dabbb94ae8c88105e6605076b755dc4febbe029 | |
parent | 893430558e5bf116179915de2d3d119ad25c01cf [diff] |
[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>