aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/usb/em28xx/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-08-16 16:57:21 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-16 19:55:03 -0300
commit88f8472c9fc6c08f5113887471f1f4aabf7b2929 (patch)
tree0dabbb94ae8c88105e6605076b755dc4febbe029 /drivers/media/usb/em28xx/Makefile
parent[media] cx23885-cards: fix netup card default revision (diff)
downloadwireguard-linux-88f8472c9fc6c08f5113887471f1f4aabf7b2929.tar.xz
wireguard-linux-88f8472c9fc6c08f5113887471f1f4aabf7b2929.zip
[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>
Diffstat (limited to 'drivers/media/usb/em28xx/Makefile')
-rw-r--r--drivers/media/usb/em28xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/em28xx/Makefile b/drivers/media/usb/em28xx/Makefile
index 6c5f3381da7d..634fb920dd39 100644
--- a/drivers/media/usb/em28xx/Makefile
+++ b/drivers/media/usb/em28xx/Makefile
@@ -1,4 +1,4 @@
-em28xx-y := em28xx-video.o em28xx-i2c.o em28xx-cards.o
+em28xx-y += em28xx-video.o em28xx-i2c.o em28xx-cards.o
em28xx-y += em28xx-core.o em28xx-vbi.o
em28xx-alsa-objs := em28xx-audio.o