diff options
author | Patrick Boettcher <devnull@localhost> | 2004-07-20 20:52:19 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2004-07-20 20:52:19 +0000 |
commit | 579832ccff77ff3322bd06fd73256614896e429b (patch) | |
tree | cf40f64c2219719378efadcb7ea98266b5c77c64 /linux/drivers/media/dvb/vp7041/Makefile | |
parent | c103d051629c32e975aad5fca2d5e07ab44236cb (diff) | |
download | mediapointer-dvb-s2-579832ccff77ff3322bd06fd73256614896e429b.tar.gz mediapointer-dvb-s2-579832ccff77ff3322bd06fd73256614896e429b.tar.bz2 |
added new driver for the USB budget devices:
- Twinhan VisionPlus VisionDTV USB-Ter DVB-T Device
- CTS Portable
documentation, helper scripts and modifications in the necessary files
have been done, hopefully.
Diffstat (limited to 'linux/drivers/media/dvb/vp7041/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/vp7041/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/vp7041/Makefile b/linux/drivers/media/dvb/vp7041/Makefile new file mode 100644 index 000000000..39c0dd9a4 --- /dev/null +++ b/linux/drivers/media/dvb/vp7041/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_DVB_VP7041) += vp7041.o + +EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ |