summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2004-12-16 15:45:53 +0000
committerJohannes Stezenbach <devnull@localhost>2004-12-16 15:45:53 +0000
commitf532502dd3d2afa7b89766672daa8a4339cf472d (patch)
tree14bc193a143aaddddcc0a3561f5d19abf126420d /linux/drivers/media/dvb/frontends/Makefile
parent051f34a7cad9aaad3b040211f71ebdfbceae24ec (diff)
downloadmediapointer-dvb-s2-f532502dd3d2afa7b89766672daa8a4339cf472d.tar.gz
mediapointer-dvb-s2-f532502dd3d2afa7b89766672daa8a4339cf472d.tar.bz2
patch by Taylor Jacob to add support for ATSC/VSB frontends
and the B2C2/BBTI Air2PC-ATSC card API changes: - add #define DVB_API_VERSION_MINOR 1 - add struct dvb_vsb_parameters to struct dvb_frontend_parameters for FE_SET_FRONTEND
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r--linux/drivers/media/dvb/frontends/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile
index f84a49802..117ed87eb 100644
--- a/linux/drivers/media/dvb/frontends/Makefile
+++ b/linux/drivers/media/dvb/frontends/Makefile
@@ -24,3 +24,5 @@ obj-$(CONFIG_DVB_CX22702) += cx22702.o
obj-$(CONFIG_DVB_TDA80XX) += tda80xx.o
obj-$(CONFIG_DVB_TDA10021) += tda10021.o
obj-$(CONFIG_DVB_STV0297) += stv0297.o
+obj-$(CONFIG_DVB_NXT2002) += nxt2002.o
+