summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-01-31 17:49:35 -0500
committerMichael Krufky <mkrufky@linuxtv.org>2006-01-31 17:49:35 -0500
commit248e5d8bd3ef4647253eb0f4a5f6fe1afaf5556a (patch)
tree95e25b97206a77c60bd016d87cbb57baf7253334
parentf6299a5a630b79c3fe688912430b966c9e5fe56b (diff)
downloadmediapointer-dvb-s2-248e5d8bd3ef4647253eb0f4a5f6fe1afaf5556a.tar.gz
mediapointer-dvb-s2-248e5d8bd3ef4647253eb0f4a5f6fe1afaf5556a.tar.bz2
firesat needs ieee1394 headers
From: Michael Krufky <mkrufky@linuxtv.org> when building the experimental firesat driver, include the header files in (srctree)/drivers/ieee1394/ Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-rw-r--r--v4l/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l/Makefile b/v4l/Makefile
index 90214d6e2..0bf185cb1 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -162,6 +162,9 @@ endif
EXTRA_CFLAGS += -DDVB_CVS=1
EXTRA_CFLAGS += -I$(srctree)/drivers/media/dvb/dvb-core/
EXTRA_CFLAGS += -I$(srctree)/drivers/media/dvb/frontends/
+ifeq ($(CONFIG_DVB_FIRESAT),m)
+ EXTRA_CFLAGS += -I$(srctree)/drivers/ieee1394/
+#endif
ifeq ($(CONFIG_VIDEO_CX88_DVB),m)
EXTRA_CFLAGS += -DCONFIG_VIDEO_CX88_DVB_MODULE=1
EXTRA_CFLAGS += -DHAVE_CX22702=1