summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@m1k.net>2005-11-09 06:38:20 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 16:56:26 +0100
commit3b64e8e238217ebd3d847ca19ead631124a2ed14 (patch)
treeaff92f3166857d38990b2d9804bdc12f2dee5ef3 /drivers/media/video/saa7134/Makefile
parent[PATCH] v4l: 869: iso c90 forbids mixed declarations and code (diff)
downloadlinux-3b64e8e238217ebd3d847ca19ead631124a2ed14.tar.xz
linux-3b64e8e238217ebd3d847ca19ead631124a2ed14.zip
[PATCH] v4l: 870: added dvb support for avermedia avertvhd mce a180
- Added DVB support for AVerMedia AVerTVHD MCE A180 Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/saa7134/Makefile')
-rw-r--r--drivers/media/video/saa7134/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/Makefile b/drivers/media/video/saa7134/Makefile
index 1418f9f88d26..937dff8d561c 100644
--- a/drivers/media/video/saa7134/Makefile
+++ b/drivers/media/video/saa7134/Makefile
@@ -18,3 +18,6 @@ endif
ifneq ($(CONFIG_DVB_TDA1004X),n)
EXTRA_CFLAGS += -DHAVE_TDA1004X=1
endif
+ifneq ($(CONFIG_DVB_NXT200X),n)
+ EXTRA_CFLAGS += -DHAVE_NXT200X=1
+endif