summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-11-13 18:11:21 +0000
committerMichael Krufky <devnull@localhost>2005-11-13 18:11:21 +0000
commitaf56f460fb2b3169685752f928993355a42573e3 (patch)
tree2293be1bfa187018c342482c91f7cd8ed284b4e3 /linux/drivers/media/video/cx88/Makefile
parent020af6afec100b2666ff63cd59240389383297b1 (diff)
downloadmediapointer-dvb-s2-af56f460fb2b3169685752f928993355a42573e3.tar.gz
mediapointer-dvb-s2-af56f460fb2b3169685752f928993355a42573e3.tar.bz2
Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products.
From: Steven Toth <stoth@hauppauge.com> - Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products. - Basic DVB-S support is working, analog video inputs work. - It has one or two fixme comments, primarily analog GPIOs (audio) and eeprom parsing. - This should not be sent upstream yet! - CX24123 code (in cx88-dvb.c) disabled until the cx24123 module is added to dvb-kernel cvs. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/cx88/Makefile')
-rw-r--r--linux/drivers/media/video/cx88/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/Makefile b/linux/drivers/media/video/cx88/Makefile
index 0df40b773..5fcc619b4 100644
--- a/linux/drivers/media/video/cx88/Makefile
+++ b/linux/drivers/media/video/cx88/Makefile
@@ -27,3 +27,6 @@ endif
ifneq ($(CONFIG_DVB_NXT200X),n)
EXTRA_CFLAGS += -DHAVE_NXT200X=1
endif
+ifneq ($(CONFIG_DVB_CX24123),n)
+ EXTRA_CFLAGS += -DHAVE_CX24123=1
+endif