media: si470x: fix a typo at the Makefile causing build issues
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 18 Apr 2018 19:21:41 +0000 (15:21 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 18 Apr 2018 19:21:41 +0000 (15:21 -0400)
commit42a182282ea2426d56b2d63be634ee419194c45c
tree21a31ee563e917f3c21f2aeec22b142166125c59
parent8b8fcf32502694971fb7f166030361212cb2f9e6
media: si470x: fix a typo at the Makefile causing build issues

Instead of +=, the rule had :=, with actually disables build
of everything else.

Fixes: 58757984ca3c ("media: si470x: allow build both USB and I2C at the same time")
Reported-by: Daniel Scheller <d.scheller.oss@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/radio/si470x/Makefile