V4L/DVB (7908): always enter drivers/media/video/
authorAdrian Bunk <bunk@kernel.org>
Mon, 26 May 2008 17:23:49 +0000 (14:23 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 5 Jun 2008 09:35:42 +0000 (06:35 -0300)
commit45033bcf172d9965210b644f3769c9de94c33333
tree4241fef9bd826a2f0bac027f76021d719c982c87
parent38db143e6feaa2dc649ed8bf69d1a12f7b9c0246
V4L/DVB (7908): always enter drivers/media/video/

After commit 039d40019f3c5e26ea50ec5af4270189f63365e1
(V4L/DVB (7898): Fix VIDEO_MEDIA Kconfig logic)
VIDEO_MEDIA is no longer usable in Makefile's for deciding
which directories we enter, resulting in compile errors like the
following with CONFIG_VIDEO_DEV=y, CONFIG_DVB_CORE=m:

<--  snip  -->

...
  MODPOST 187 modules
...
make[2]: *** [__modpost] Error 1

<--  snip  -->

The easiest solution is to always enter video/

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/Makefile