summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorHolger Waechtler <devnull@localhost>2003-04-20 08:15:32 +0000
committerHolger Waechtler <devnull@localhost>2003-04-20 08:15:32 +0000
commit5811bc6336082441bbc23762a011cb814d4f23db (patch)
tree7805a09318f8f333736f3ed0f46e6939128255fa /linux/drivers/media/dvb/frontends/Makefile
parent96245fc3048291b4ccea9eae8ebb882c1ec849e0 (diff)
downloadmediapointer-dvb-s2-5811bc6336082441bbc23762a011cb814d4f23db.tar.gz
mediapointer-dvb-s2-5811bc6336082441bbc23762a011cb814d4f23db.tar.bz2
add cx24110 driver and remove LINUX_VERSION_CODE checks from regular code -
these belong to compat.h... maybe we want to change the devfs_mk_dir() declaration to follow >2.5.66 semantics by default, but this would require a few more lines of code
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r--linux/drivers/media/dvb/frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile
index d14464a20..bcc549541 100644
--- a/linux/drivers/media/dvb/frontends/Makefile
+++ b/linux/drivers/media/dvb/frontends/Makefile
@@ -9,6 +9,7 @@ obj-$(CONFIG_DVB_ALPS_BSRV2) += alps_bsrv2.o
obj-$(CONFIG_DVB_ALPS_TDLB7) += alps_tdlb7.o
obj-$(CONFIG_DVB_ALPS_TDMB7) += alps_tdmb7.o
obj-$(CONFIG_DVB_ATMEL_AT76C651) += at76c651.o
+obj-$(CONFIG_DVB_CX24110) += cx24110.o
obj-$(CONFIG_DVB_GRUNDIG_29504_491) += grundig_29504-491.o
obj-$(CONFIG_DVB_GRUNDIG_29504_401) += grundig_29504-401.o
obj-$(CONFIG_DVB_VES1820) += ves1820.o