summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ivtv/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-01-01 15:43:02 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-01 15:43:02 -0200
commit20873ae35cca55b14a5932093524e38945be87b9 (patch)
tree6d5a5a836cdead210217a920a6ab7e8e1b1a09dc /linux/drivers/media/video/ivtv/Makefile
parentf2a2ee1975a95fde5d9ad0a507708b8fb4bf6759 (diff)
downloadmediapointer-dvb-s2-20873ae35cca55b14a5932093524e38945be87b9.tar.gz
mediapointer-dvb-s2-20873ae35cca55b14a5932093524e38945be87b9.tar.bz2
Fix in-kernel ivtv compilation
From: Mauro Carvalho Chehab <mchehab@infradead.org> Due to tuner-xc2028.h, some extra directories should be added at .h search. CC: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/ivtv/Makefile')
-rw-r--r--linux/drivers/media/video/ivtv/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/Makefile b/linux/drivers/media/video/ivtv/Makefile
index e8eefd96d..a0389014f 100644
--- a/linux/drivers/media/video/ivtv/Makefile
+++ b/linux/drivers/media/video/ivtv/Makefile
@@ -6,3 +6,8 @@ ivtv-objs := ivtv-routing.o ivtv-cards.o ivtv-controls.o \
obj-$(CONFIG_VIDEO_IVTV) += ivtv.o
obj-$(CONFIG_VIDEO_FB_IVTV) += ivtvfb.o
+
+EXTRA_CFLAGS += -Idrivers/media/video
+EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
+EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
+