commit | b10fece583fdfdb3d2f29b0da3896ec58b8fe122 | [log] [tgz] |
---|---|---|
author | Trent Piepho <xyzzy@speakeasy.org> | Wed Mar 07 18:19:46 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Tue Mar 27 08:45:53 2007 -0300 |
tree | 511e2d498fcc0528d12811d91b76d835522d41cd | |
parent | 726cf56f24cbadaad1719724a30c29eb92911524 [diff] |
V4L/DVB (5390): Radio: Fix error in Kbuild file All the radio drivers need video_dev, but they were depending on VIDEO_DEV!=n. That meant that one could try to compile the driver into the kernel when VIDEO_DEV=m, which will not work. If video_dev is a module, then the radio drivers must be modules too. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>