summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-11-06 11:31:50 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-11-06 11:31:50 -0200
commit6047119fced77a5acf013daa485c09555a799f2b (patch)
tree9841bade20881f2be14f3813016661438a84a903 /linux/drivers/media/video/Makefile
parentde047e48990c47ec67694c6870ac6174972132cb (diff)
downloadmediapointer-dvb-s2-6047119fced77a5acf013daa485c09555a799f2b.tar.gz
mediapointer-dvb-s2-6047119fced77a5acf013daa485c09555a799f2b.tar.bz2
Fix compilation for TDA8290
From: Mauro Carvalho Chehab <mchehab@infradead.org> drivers/media/video/tda8290.c:27:21: error: tda827x.h: No such file or directory drivers/media/video/tda8290.c:28:22: error: tda18271.h: No such file or directory drivers/media/video/tda8290.c:52: error: field 'cfg' has incomplete type drivers/media/video/tda8290.c: In function 'tda829x_find_tuner': drivers/media/video/tda8290.c:590: error: implicit declaration of function 'tda18271_attach' drivers/media/video/tda8290.c:598: error: implicit declaration of function 'tda827x_attach' kernel-sync: Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/Makefile')
-rw-r--r--linux/drivers/media/video/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Makefile b/linux/drivers/media/video/Makefile
index d8910d87a..a837e1ea5 100644
--- a/linux/drivers/media/video/Makefile
+++ b/linux/drivers/media/video/Makefile
@@ -132,3 +132,4 @@ obj-$(CONFIG_VIDEO_VIVI) += vivi.o
obj-$(CONFIG_VIDEO_CX23885) += cx23885/
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
+EXTRA_CFLAGS += -Idrivers/media/dvb/frontends