summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-02-09 22:29:36 -0500
committerMichael Krufky <mkrufky@linuxtv.org>2006-02-09 22:29:36 -0500
commit172fde7a9f0711934c5523b217f3bb2928b3b344 (patch)
tree144ebdb0612a944d667216f18a01b1defda9401a /linux/drivers/media/video
parent003bc60096fc22387e07ce8b916cba1e3dbdb752 (diff)
downloadmediapointer-dvb-s2-172fde7a9f0711934c5523b217f3bb2928b3b344.tar.gz
mediapointer-dvb-s2-172fde7a9f0711934c5523b217f3bb2928b3b344.tar.bz2
fix in-kernel build
From: Michael Krufky <mkrufky@linuxtv.org> - remove tuner.ko build dependency on xc3028.o , which will be added again later. - fix the following build error when using the "make kernel-links" build method to symlink the latest code from the v4l-dvb repository into the kernel source: drivers/media/video/xc3028.c:31:20: em28xx.h: No such file or directory drivers/media/video/xc3028.c: In function `xc3028_init': drivers/media/video/xc3028.c:120: error: dereferencing pointer to incomplete type drivers/media/video/xc3028.c:121: error: dereferencing pointer to incomplete type drivers/media/video/xc3028.c:139: error: dereferencing pointer to incomplete type drivers/media/video/xc3028.c:140: error: dereferencing pointer to incomplete type make[3]: *** [drivers/media/video/xc3028.o] Error 1 Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/Makefile b/linux/drivers/media/video/Makefile
index 60e9c6e3f..faf728366 100644
--- a/linux/drivers/media/video/Makefile
+++ b/linux/drivers/media/video/Makefile
@@ -9,7 +9,7 @@ zoran-objs := zr36120.o zr36120_i2c.o zr36120_mem.o
zr36067-objs := zoran_procfs.o zoran_device.o \
zoran_driver.o zoran_card.o
tuner-objs := tuner-core.o tuner-types.o tuner-simple.o \
- mt20xx.o tda8290.o tea5767.o xc3028.o
+ mt20xx.o tda8290.o tea5767.o
msp3400-objs := msp3400-driver.o msp3400-kthreads.o